Skip to content

Commit

Permalink
🎈 11.2.0 (#348)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <[email protected]>

Signed-off-by: Louise Poubel <[email protected]>
  • Loading branch information
chapulina authored Aug 17, 2022
1 parent c60c312 commit 8083eae
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
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-transport11 VERSION 11.1.0)
project(ignition-transport11 VERSION 11.2.0)

#============================================================================
# Find ignition-cmake
Expand Down
17 changes: 16 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
## Ignition Transport 11.X
## Gazebo Transport 11.X

### Gazebo Transport 11.2.0 (2022-08-16)

1. Remove problematic discovery test
* [Pull request #339](https:/gazebosim/gz-transport/pull/339)

1. Change `IGN_DESIGNATION` to `GZ_DESIGNATION`
* [Pull request #332](https:/gazebosim/gz-transport/pull/332)

1. Ignition -> Gazebo
* [Pull request #330](https:/gazebosim/gz-transport/pull/330)

1. Bash completion for flags
* [Pull request #312](https:/gazebosim/gz-transport/pull/312)
* [Pull request #333](https:/gazebosim/gz-transport/pull/333)

### Ignition Transport 11.1.0 (2022-06-01)

Expand Down

0 comments on commit 8083eae

Please sign in to comment.