From 020ffb5656fbeb90db398e1cd2fa062028b28525 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Tue, 4 Jan 2022 14:35:20 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=208.2.0=20(#209)?= 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 f3619e4d..46809e6e 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-msgs8 VERSION 8.1.0) +project(ignition-msgs8 VERSION 8.2.0) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index 934464b2..ea2fb32e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ ## Ignition Msgs 8.x +### Ignition Msgs 8.2.0 (2021-12-14) + +1. Add NavSat messages + * [Pull request #206](https://github.com/ignitionrobotics/ign-msgs/pull/206) + ### Ignition Msgs 8.1.0 (2021-11-02) 1. Added WorldControlState message.