diff --git a/CHANGELOG.md b/CHANGELOG.md index 3778f4b3c..e1eaa9d72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## CARLA 0.5.4 + + * Added command-line parameter -carla-no-hud + * Remove override gamma from weather settings + * Fixed issue road map generation hangs cooking command + * Organise Python client and make sample script + ## CARLA 0.5.3 * Version increases just to keep in sync with CARLAUE4 Unreal Project diff --git a/Carla.uplugin b/Carla.uplugin index dc5321c0d..64edf740a 100644 --- a/Carla.uplugin +++ b/Carla.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "0.5.3", + "VersionName": "0.5.4", "FriendlyName": "CARLA", "Description": "", "Category": "Science",