From 8f840d5bb29946c15e404245a0c1078609424daf Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Thu, 16 Feb 2023 17:19:19 -0600 Subject: [PATCH] Prepare for 5.3.1 Release (#481) Signed-off-by: Addisu Z. Taddese Signed-off-by: Steve Peters Co-authored-by: Steve Peters --- CMakeLists.txt | 2 +- Changelog.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 56b3b2938..b6ce32f39 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5.1 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(ignition-physics5 VERSION 5.3.0) +project(ignition-physics5 VERSION 5.3.1) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index 0e49852f7..889ed3760 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ ## Ignition Physics 5.x +### Ignition Physics 5.3.1 (2023-02-16) + +1. Fix memory corruption due to faulty refcount tracking + * [Pull request #480](https://github.com/gazebosim/gz-physics/pull/480) + ### Ignition Physics 5.3.0 (2023-01-09) 1. Fix windows warnings related to bullet