diff --git a/CMakeLists.txt b/CMakeLists.txt index ff5143b6..ad30b533 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ find_package(gz-cmake3 REQUIRED) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) -gz_configure_project(VERSION_SUFFIX pre2) +gz_configure_project(VERSION_SUFFIX) #============================================================================ # Set project-specific options diff --git a/Changelog.md b/Changelog.md index bab41165..9ee5e44a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ ## Gazebo Sensors 8 -### Gazebo Sensors 8.0.0 (202X-XX-XX) +### Gazebo Sensors 8.0.0 (2023-09-29) 1. Documentation fixes * [Pull request #385](https://github.com/gazebosim/gz-sensors/pull/385)