From 4f2ae91c963233741cd82bc510bd5d2a8dfd8f22 Mon Sep 17 00:00:00 2001 From: Nate Koenig Date: Thu, 6 Oct 2022 05:20:28 -0700 Subject: [PATCH] 3.15.0 release (#447) Signed-off-by: Nate Koenig Signed-off-by: Nate Koenig Co-authored-by: Nate Koenig --- CMakeLists.txt | 2 +- Changelog.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 80fce181e..92f576de5 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-common3 VERSION 3.14.2) +project(ignition-common3 VERSION 3.15.0) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index 403ee8e54..65f02a64f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ ## Gazebo Common 3.x +## Gazebo Common 3.15.0 (2022-10-06) + +1. ign -> gz Migrate Ignition Headers + * [Pull request #418](https://github.com/gazebosim/gz-common/pull/418) + ## Gazebo Common 3.14.2 (2022-08-16) 1. Fix deprecation warning from new `ffmpeg`