Skip to content

Commit

Permalink
Merge 3e2d714 into 16fb823
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoenig committed Nov 2, 2021
2 parents 16fb823 + 3e2d714 commit 54938f2
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 54938f2

Please sign in to comment.