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.