From 1b295b4294860e639b3061bc23badafc0c53880c Mon Sep 17 00:00:00 2001 From: Lorenzo Rapetti Date: Thu, 29 Sep 2022 09:13:55 +0200 Subject: [PATCH] Bump wearables version to 1.7.0 (#172) * Bump wearables version to 1.7.0 * Update CHANGELOG.md --- CHANGELOG.md | 2 ++ CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad3dc1d..1f9192d 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.7.0] - 2022-09-28 + ### Changed - The `IWearRemapper` can be attached also to IWear interfaces (https://github.com/robotology/wearables/pull/170) diff --git a/CMakeLists.txt b/CMakeLists.txt index 63b4a2d..b816930 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.16) -set(PROJECT_VERSION "1.6.0") +set(PROJECT_VERSION "1.7.0") set (WEARABLES_PROJECT_NAME Wearables)