diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f17f99..67958a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ find_package(ignition-cmake2 2.0.0 REQUIRED) # Configure the project #============================================================================ set(c++standard 17) -ign_configure_project(VERSION_SUFFIX pre2) +ign_configure_project(VERSION_SUFFIX) #============================================================================ # Set project-specific options diff --git a/Changelog.md b/Changelog.md index 4fc4558..b88ee14 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,7 @@ ## Ignition Utils 1.x.x (20XX-XX-XX) -## Ignition Utils 1.0.0 (2021-XX-XX) +## Ignition Utils 1.0.0 (2021-03-30) 1. Add basic support for bazel build system. * [Pull request #14](https://github.com/ignitionrobotics/ign-utils/pull/14)