From c2b0cce259c1324c291c50aed8afe82769c3acc7 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Thu, 6 Jan 2022 09:58:26 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=206.3.0=20(#344)?= 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 | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 163b56865..9b3d0d711 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-gui6 VERSION 6.2.0) +project(ignition-gui6 VERSION 6.3.0) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index 8e8ab4d5f..7c3dddc29 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ ## Ignition Gui 6 +### Ignition Gui 6.3.0 (2022-01-06) + +1. NavSat (GPS) map plugin + * [Pull request #342](https://github.com/ignitionrobotics/ign-gui/pull/342) + ### Ignition Gui 6.2.0 (2021-12-08) 1. Grid config: set values from startup and improve layout