From 202596a82e1631c848a8c77507130d5e5ffebd16 Mon Sep 17 00:00:00 2001 From: AMI Date: Tue, 17 Oct 2023 10:23:08 +0200 Subject: [PATCH] Bump human-dynamics-estimation version to 2.9.0 --- CHANGELOG.md | 2 ++ CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6f8a49e4..bcfc6723c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.9.0] - 2023-10-17 + ### Fixed - [`HumanControlBoard`] Fix attach method (https://github.com/robotology/human-dynamics-estimation/pull/365). diff --git a/CMakeLists.txt b/CMakeLists.txt index dc6c7d8f2..7a54b1171 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.5) project(HumanDynamicsEstimation LANGUAGES CXX - VERSION 2.8.0) + VERSION 2.9.0) # ===================== # PROJECT CONFIGURATION