diff --git a/CMakeLists.txt b/CMakeLists.txt index 9fe174a2..407e3dcb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(gz-msgs11 VERSION 11.0.0) +project(gz-msgs11 VERSION 11.0.1) #============================================================================ # Find gz-cmake diff --git a/Changelog.md b/Changelog.md index c8c00d23..9a161990 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ ## Gazebo Msgs 11.x +### Gazebo Msgs 11.0.1 (2024-10-10) + +1. Fix bash completion script install path + * [Pull request #469](https://github.com/gazebosim/gz-msgs/pull/469) + ### Gazebo Msgs 11.0.0 (2024-09-25) 1. **Baseline:** this includes all changes from 10.3.0 and earlier. diff --git a/package.xml b/package.xml index 7a673e11..ca1d50bd 100644 --- a/package.xml +++ b/package.xml @@ -1,7 +1,7 @@ gz-msgs11 - 11.0.0 + 11.0.1 Gazebo Messages: Protobuf messages and functions for robot applications Carlos Agüero Apache License 2.0