Skip to content

Commit

Permalink
Bump wearables version to 1.7.0 (#172)
Browse files Browse the repository at this point in the history
* Bump wearables version to 1.7.0

* Update CHANGELOG.md
  • Loading branch information
lrapetti authored Sep 29, 2022
1 parent 3804cf7 commit 1b295b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 1b295b4

Please sign in to comment.