From 3d57b0b3dd9dae5293cbd5690f91dec4c473dd43 Mon Sep 17 00:00:00 2001 From: Lorenzo Rapetti Date: Fri, 17 Nov 2023 14:11:51 +0100 Subject: [PATCH] Bump wearables version to 1.8.0 --- CHANGELOG.md | 2 ++ CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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)