diff --git a/CMakeLists.txt b/CMakeLists.txt index d3e4f245b..09fb7c83e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ set(IGN_CMAKE_VER ${ignition-cmake2_VERSION_MAJOR}) #============================================================================ # Set up 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 0d32e7e94..3e542c0dc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,9 @@ ### Ignition Rendering 5.X -### Ignition Rendering 5.X.X +### Ignition Rendering 5.X.X (20XX-XX-XX) + +### Ignition Rendering 5.0.0 (2021-03-30) 1. Add ogre2 skybox support * [Pull request #168](https://github.com/ignitionrobotics/ign-rendering/pull/168) @@ -32,6 +34,7 @@ 1. Added Light Intensity * [Pull request #233](https://github.com/ignitionrobotics/ign-rendering/pull/233) + * [Pull request #284](https://github.com/ignitionrobotics/ign-rendering/pull/284) 1. Heightmap for Ogre 1 * [Pull request #180](https://github.com/ignitionrobotics/ign-rendering/pull/180) @@ -42,6 +45,11 @@ 1. Add support for lightmaps in ogre2 * [Pull request #182](https://github.com/ignitionrobotics/ign-rendering/pull/182) +1. Documentation updates + * [Pull request #288](https://github.com/ignitionrobotics/ign-rendering/pull/288) + * [Pull request #287](https://github.com/ignitionrobotics/ign-rendering/pull/287) + * [Pull request #286](https://github.com/ignitionrobotics/ign-rendering/pull/286) + ### Ignition Rendering 4.X ### Ignition Rendering 4.7.0 (2021-03-17)