From 042e2c31bf79ec0116c6d342d9e80479062c5223 Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Tue, 9 Nov 2021 21:08:27 -0600 Subject: [PATCH] Prepare for 2.5.0 release (#306) Signed-off-by: Addisu Z. Taddese --- CMakeLists.txt | 2 +- Changelog.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e0d7caf31..b3c8fc042 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ find_package(ignition-cmake2 2.8.0 REQUIRED) #============================================================================ # Configure the project #============================================================================ -ign_configure_project(VERSION_SUFFIX pre1) +ign_configure_project(VERSION_SUFFIX) #============================================================================ diff --git a/Changelog.md b/Changelog.md index 8492a9b08..7201f4c32 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,10 @@ ### Ignition Physics 2.x.x (20XX-XX-XX) -### Ignition Physics 2.5.0 (2021-10-28) +### Ignition Physics 2.5.0 (2021-11-09) + +1. Remove unused ign_auto_headers.hh.in + * [Pull request #305](https://github.com/ignitionrobotics/ign-physics/pull/305) 1. Added DART feature for setting joint limits dynamically. * [Pull request #260](https://github.com/ignitionrobotics/ign-physics/pull/260)