diff --git a/CMakeLists.txt b/CMakeLists.txt index ca7ecfeb..74b372cf 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-msgs5 VERSION 5.11.0) +project(ignition-msgs5 VERSION 5.11.1) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index 1d107ac0..e3a5a654 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,20 @@ ## Ignition Msgs 5.x +### Gazebo Msgs 5.11.1 (2025-01-29) + +1. GzProtobuf: Do not require version 3 + * [Pull request #346](https://github.com/gazebosim/gz-msgs/pull/346) + +1. Infrastructure + * [Pull request #409](https://github.com/gazebosim/gz-msgs/pull/409) + * [Pull request #331](https://github.com/gazebosim/gz-msgs/pull/331) + +1. Rename COPYING to LICENSE + * [Pull request #330](https://github.com/gazebosim/gz-msgs/pull/330) + +1. Fix typo in changelog + * [Pull request #314](https://github.com/gazebosim/gz-msgs/pull/314) + ### Ignition Msgs 5.11.0 (2022-10-10) 1. Ignition to Gazebo renaming.