diff --git a/CMakeLists.txt b/CMakeLists.txt index 53923ec09..031c72c48 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(gz-gui8 VERSION 8.2.0) +project(gz-gui8 VERSION 8.3.0) #============================================================================ # Find gz-cmake diff --git a/Changelog.md b/Changelog.md index a6677de3e..fa89dd6df 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ ## Gazebo GUI 8 +### Gazebo GUI 8.3.0 (2024-06-20) + +1. Backport: Adding cone primitives. + * [Pull request #621](https://github.com/gazebosim/gz-gui/pull/621) + ### Gazebo GUI 8.2.0 (2024-06-14) 1. Enhanced tracking camera and user visualization experience diff --git a/package.xml b/package.xml index 8b6cd029c..9efa6d7b5 100644 --- a/package.xml +++ b/package.xml @@ -2,7 +2,7 @@ gz-gui8 - 8.2.0 + 8.3.0 Gazebo GUI : Graphical interfaces for robotics applications Jenn Nguyen Apache License 2.0