diff --git a/CMakeLists.txt b/CMakeLists.txt index 51817fc2..fdeab814 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(ignition-sensors6 VERSION 6.7.0) +project(ignition-sensors6 VERSION 6.7.1) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index af9314db..62a93037 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,28 @@ ## Gazebo Sensors 6 +### Gazebo Sensors 6.7.1 (2023-09-01) + +1. Support protobuf >= 22 + * [Pull request #351](https://github.com/gazebosim/gz-sensors/pull/351) + +1. Infrastructure + * [Pull request #335](https://github.com/gazebosim/gz-sensors/pull/335) + +1. Rename COPYING to LICENSE + * [Pull request #334](https://github.com/gazebosim/gz-sensors/pull/334) + +1. Fix links in Changelog + * [Pull request #330](https://github.com/gazebosim/gz-sensors/pull/330) + +1. Fix Camera info test + * [Pull request #326](https://github.com/gazebosim/gz-sensors/pull/326) + +1. clean up rendering resources + * [Pull request #324](https://github.com/gazebosim/gz-sensors/pull/324) + +1. Added Camera Info topic support for cameras + * [Pull request #285](https://github.com/gazebosim/gz-sensors/pull/285) + ### Gazebo Sensors 6.7.0 (2023-02-13) 1. Disable thermal camera test on MacOS.