Skip to content

Commit

Permalink
Prepare for 8.1.0 release (#198)
Browse files Browse the repository at this point in the history
Signed-off-by: Nate Koenig <nate@openrobotics.org>

Co-authored-by: Nate Koenig <nate@openrobotics.org>
  • Loading branch information
nkoenig and Nate Koenig committed Nov 2, 2021
1 parent 16fb823 commit f0b2a69
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(ignition-msgs8 VERSION 8.0.0)
project(ignition-msgs8 VERSION 8.1.0)

#============================================================================
# Find ignition-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 @@
## Ignition Msgs 8.x

### Ignition Msgs 8.1.0 (2021-11-02)

1. Added WorldControlState message.
* [Pull request #190](https://github.com/ignitionrobotics/ign-msgs/pull/190)

1. Fixed trivial typo in command line help message.
* [Pull request #191](https://github.com/ignitionrobotics/ign-msgs/pull/191)

### Ignition Msgs 8.0.0 (2021-09-27)

1. scene.proto: add shadow_caster_material_name
Expand Down

0 comments on commit f0b2a69

Please sign in to comment.