From 2abe4fb693843513be57ccb513308e137820aa5b Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Thu, 14 Apr 2022 02:13:32 +0200 Subject: [PATCH] Prepare 6.3.1 (#609) Signed-off-by: Jose Luis Rivero --- CMakeLists.txt | 2 +- Changelog.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b5678b84..ba6346052 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(ignition-rendering6 VERSION 6.3.0) +project(ignition-rendering6 VERSION 6.3.1) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index 3620558a8..5898e4467 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,11 @@ ### Ignition Rendering 6.X +### Ignition Rendering 6.3.1 (2022-04-13) + +1. Revert OGRE-Next custom support and back to use IgnOGRE2 module + * [Pull request #605](https://github.com/ignitionrobotics/ign-rendering/pull/605) + ### Ignition Rendering 6.3.0 (2022-04-06) 1. Flip heightmap's Y position on Ogre 2 and add sanity checks for NaN