Skip to content

Commit

Permalink
Prepare for 6.2.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <michael@openrobotics.org>
  • Loading branch information
mjcarroll committed Nov 28, 2022
1 parent 86d5a0f commit 4738bed
Show file tree
Hide file tree
Showing 2 changed files with 12 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.5.1 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(gz-physics6 VERSION 6.1.1)
project(gz-physics6 VERSION 6.2.0)

#============================================================================
# Find gz-cmake
Expand Down
11 changes: 11 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

### Gazebo Physics 6.x.x (202X-XX-XX)

### Gazebo Physics 6.2.0 (2022-11-28)

1. Reduce error to debug and add notes
* [Pull request #452](https://github.com/gazebosim/gz-physics/pull/452)

1. Support fluid added mass
* [Pull request #384](https://github.com/gazebosim/gz-physics/pull/384)

1. Deduplicate common tests part1
* [Pull request #448](https://github.com/gazebosim/gz-physics/pull/448)

### Gazebo Physics 6.1.1 (2022-11-07)

1. Suppress MSVC warning that is not applicable
Expand Down

0 comments on commit 4738bed

Please sign in to comment.