diff --git a/CHANGELOG.md b/CHANGELOG.md index be3f6d7..66443f2 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] +## [1.8.0] - 2023-11-17 + ### Changed - Update iframetransform_to_iwear.xml to use new TF device (https://github.com/robotology/wearables/pull/202) diff --git a/CMakeLists.txt b/CMakeLists.txt index c5d9b8a..1970aa1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.16) -set(PROJECT_VERSION "1.7.2") +set(PROJECT_VERSION "1.8.0") set (WEARABLES_PROJECT_NAME Wearables)