From 8ec11c31b1af9d43726e9875d4f67ae9a6e83f99 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Tue, 5 Jan 2021 13:26:56 -0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=204.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Louise Poubel --- CMakeLists.txt | 2 +- Changelog.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 270522536..ed1e50acc 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-gui4 VERSION 4.1.0) +project(ignition-gui4 VERSION 4.1.1) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index 8c2454b3f..25543349f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,14 @@ ### Ignition Gui 4.X.X (20XX-XX-XX) +### Ignition Gui 4.1.1 (2021-01-05) + +1. Use default value of double ptr argv for CLI + * [Pull request 165](https://github.com/ignitionrobotics/ign-gui/pull/165) + +1. Generate valid topics depending on world name + * [Pull request 164](https://github.com/ignitionrobotics/ign-gui/pull/164) + ### Ignition Gui 4.1.0 (2020-12-18) 1. Publish plugin API docs