diff --git a/CMakeLists.txt b/CMakeLists.txt index 0095de5e7..a73285206 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ find_package(ignition-cmake2 2.1.0 REQUIRED) #============================================================================ # Configure the project #============================================================================ -ign_configure_project(VERSION_SUFFIX pre1) +ign_configure_project() #============================================================================ diff --git a/Changelog.md b/Changelog.md index 30e20c240..965cfca7d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,16 @@ ### Ignition Physics 3.x.x (20XX-XX-XX) -### Ignition Physics 3.0.0 (20XX-XX-XX) +### Ignition Physics 3.0.0 (2020-09-30) + +1. Upgrade to libsdformat10 + * [Pull request 85](https://github.com/ignitionrobotics/ign-physics/pull/85) + +1. Update examples and tutorials + * [Pull request 107](https://github.com/ignitionrobotics/ign-physics/pull/107) + * [Pull request 110](https://github.com/ignitionrobotics/ign-physics/pull/110) + * [Pull request 111](https://github.com/ignitionrobotics/ign-physics/pull/111) + * [Pull request 112](https://github.com/ignitionrobotics/ign-physics/pull/112) ## Ignition Physics 2.x