From a95a6813334c3ae8683c94b52b69a6ce3b8f6ef5 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Mon, 16 Aug 2021 10:48:27 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=203.9.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Louise Poubel --- CMakeLists.txt | 2 +- Changelog.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ddc65c6fb4..5047ec19a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ find_package(ignition-cmake2 2.8.0 REQUIRED) #============================================================================ # Configure the project #============================================================================ -ign_configure_project(VERSION_SUFFIX pre2) +ign_configure_project(VERSION_SUFFIX) #============================================================================ # Set project-specific options diff --git a/Changelog.md b/Changelog.md index e8d70ce3c7..5ea674b9d8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,7 +3,13 @@ ### Ignition Gazebo 3.X.X (202X-XX-XX) -### Ignition Gazebo 3.9.0 (2021-08-XX) +### Ignition Gazebo 3.9.0 (2021-08-16) + +1. Entity tree: prevent creation of repeated entity items + * [Pull request #974](https://github.com/ignitionrobotics/ign-gazebo/pull/974) + +1. Don't use $HOME on most tests (InternalFixture) + * [Pull request #971](https://github.com/ignitionrobotics/ign-gazebo/pull/971) 1. Be more specific when looking for physics plugins * [Pull request #965](https://github.com/ignitionrobotics/ign-gazebo/pull/965)