Skip to content

Commit

Permalink
prepare for 9.4.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Mar 10, 2023
1 parent 2aaece3 commit 69b051a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(gz-msgs9 VERSION 9.3.0)
project(gz-msgs9 VERSION 9.4.0)

#============================================================================
# Find gz-cmake
Expand Down
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Gazebo Msgs 9.x

### Gazebo Msgs 9.4.0 (2023-03-10)

1. Support for bazel in garden
* [Pull request #325](https://github.com/gazebosim/ign-msgs/pull/325)

1. Add entity wrench map
* [Pull request #328](https://github.com/gazebosim/ign-msgs/pull/328)

### Gazebo Msgs 9.3.0 (2023-02-08)

1. Added airspeed sensor
Expand Down

0 comments on commit 69b051a

Please sign in to comment.