From 3e486b404ff29b0a9360be9ce9308edc8cd576d9 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Wed, 31 Mar 2021 16:29:36 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=205.0.0=20(#118)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Louise Poubel --- CMakeLists.txt | 2 +- Changelog.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 166a624f..f2e925ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ find_package(ignition-cmake2 REQUIRED) #============================================================================ # Configure the project #============================================================================ -ign_configure_project(VERSION_SUFFIX pre2) +ign_configure_project(VERSION_SUFFIX) #============================================================================ # Set project-specific options diff --git a/Changelog.md b/Changelog.md index 518fbeb2..641347a7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,7 @@ ### Ignition Sensors 5.X.X -### Ignition Sensors 5.0.0 (20XX-XX-XX) +### Ignition Sensors 5.0.0 (2021-03-30) 1. Bump in edifice: ign-common4 * [Pull request #85](https://github.com/ignitionrobotics/ign-sensors/pull/85) @@ -16,6 +16,10 @@ 1. Bump in edifice: ign-rendering5 * [Pull request #55](https://github.com/ignitionrobotics/ign-sensors/pull/55) +1. Documentation updates + * [Pull request #116](https://github.com/ignitionrobotics/ign-sensors/pull/116) + * [Pull request #114](https://github.com/ignitionrobotics/ign-sensors/pull/114) + ## Ignition Sensors 4 ### Ignition Sensors 4.X.X