From 3c40338c0e5048b4b9eb88ee7fbf39b0d708e500 Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Fri, 5 Jan 2024 19:05:03 -0600 Subject: [PATCH] Prepare for 2.3.1 release (#240) Signed-off-by: Addisu Z. Taddese --- CMakeLists.txt | 2 +- Changelog.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b287a93..3ae8e621 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-launch2 VERSION 2.3.0) +project(ignition-launch2 VERSION 2.3.1) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index 2d70718b..b554e60e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,15 @@ ## Gazebo Launch 2.x +### Gazebo Launch 2.3.1 (2024-01-05) + +1. Small cleanup fixes + * [Pull request #211](https://github.com/gazebosim/gz-launch/pull/211) + +1. Infrastructure + * [Pull request #238](https://github.com/gazebosim/gz-launch/pull/238) + * [Pull request #213](https://github.com/gazebosim/gz-launch/pull/213) + * [Pull request #212](https://github.com/gazebosim/gz-launch/pull/212) + ### Gazebo Launch 2.3.0 (2022-08-15) 1. Remove redundant namespace references