diff --git a/CMakeLists.txt b/CMakeLists.txt index 9df18dda..3f97ae73 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ set(IGN_CMAKE_VER ${ignition-cmake2_VERSION_MAJOR}) #============================================================================ # Configure the project #============================================================================ -ign_configure_project(VERSION_SUFFIX pre1) +ign_configure_project(VERSION_SUFFIX) #============================================================================ # Set project-specific options diff --git a/Changelog.md b/Changelog.md index b95f4483..ca0fe1dd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,8 @@ ## Ignition Plugin 1.x -### Ignition Plugin 1.2.0 (20XX-XX-XX) +### Ignition Plugin 1.X.X (20XX-XX-XX) + +### Ignition Plugin 1.2.0 (2021-03-30) 1. Infrastructure * [Pull request #45](https://github.com/ignitionrobotics/ign-plugin/pull/45) @@ -13,6 +15,10 @@ * [Pull request #10](https://github.com/ignitionrobotics/ign-plugin/pull/10) * [Pull request #14](https://github.com/ignitionrobotics/ign-plugin/pull/14) * [Pull request #8](https://github.com/ignitionrobotics/ign-plugin/pull/8) + * [Pull request #47](https://github.com/ignitionrobotics/ign-plugin/pull/47) + +1. Include windows instructions in examples README.md and fix examples to compile them on Windows + * [Pull request #48](https://github.com/ignitionrobotics/ign-plugin/pull/48) 1. Fix downstream Windows builds * [Pull request #38](https://github.com/ignitionrobotics/ign-plugin/pull/38)