diff --git a/CMakeLists.txt b/CMakeLists.txt index 03fdc017c..55bbfb65c 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-rendering8 VERSION 8.2.1) +project(gz-rendering8 VERSION 8.2.2) #============================================================================ # Find gz-cmake diff --git a/Changelog.md b/Changelog.md index db217ef09..a7a8ba7f4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,14 @@ -## Gazebo Rendering +# Gazebo Rendering -### Gazebo Rendering 8.X +## Gazebo Rendering 8.X + +### Gazebo Rendering 8.2.2 (2025-01-30) + +1. Fix RenderingIface_TEST for ogre2 when there is no display + * [Pull request #1098](https://github.com/gazebosim/gz-rendering/pull/1098) + +1. Better approach to use std::variant + * [Pull request #1093](https://github.com/gazebosim/gz-rendering/pull/1093) ### Gazebo Rendering 8.2.1 (2024-11-08) diff --git a/package.xml b/package.xml index 756741b09..bd235b8aa 100644 --- a/package.xml +++ b/package.xml @@ -2,7 +2,7 @@ gz-rendering8 - 8.2.1 + 8.2.2 Gazebo Rendering: Rendering library for robot applications Ian Chen Apache License 2.0