From e1040090a9fed4f5fbecccebad177cef67fe00f6 Mon Sep 17 00:00:00 2001 From: nsubiron Date: Tue, 20 Jun 2017 15:19:28 +0100 Subject: [PATCH] Increase version --- CHANGELOG.md | 5 +++++ Carla.uplugin | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8cbe6aa7..4c9120d74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## CARLA 0.4.5 + + * Add random seeds to config file + * Improve logging + ## CARLA 0.4.4 * Fixed regression walkers despawning when stopping after seeing a car diff --git a/Carla.uplugin b/Carla.uplugin index 8525dd2a2..7e5a50236 100644 --- a/Carla.uplugin +++ b/Carla.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "0.4.4", + "VersionName": "0.4.5", "FriendlyName": "CARLA", "Description": "", "Category": "Science",