Merge pull request 'prep v8.2.0' (#907) from prep-release into main
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

Reviewed-on: #907
This commit is contained in:
Robin Müller 2024-06-26 15:49:20 +02:00
commit ea6dbb6454
2 changed files with 4 additions and 2 deletions

View File

@ -16,6 +16,8 @@ will consitute of a breaking change warranting a new major release:
# [unreleased]
# [v8.2.0] 2024-06-26
## Changed
- STR quaternions are now used by the `MEKF` by default

View File

@ -10,8 +10,8 @@
cmake_minimum_required(VERSION 3.13)
set(OBSW_VERSION_MAJOR 8)
set(OBSW_VERSION_MINOR 1)
set(OBSW_VERSION_REVISION 1)
set(OBSW_VERSION_MINOR 2)
set(OBSW_VERSION_REVISION 0)
# set(CMAKE_VERBOSE TRUE)