Skip to content

Commit

Permalink
Bump wearables version to 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lrapetti committed Sep 7, 2023
1 parent 7d4acce commit 3fe3182
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.2] - 2023-09-06

### Fixed
- Fixed EMG normalization value in IWearWrapper and IWearLogger (https://github.com/robotology/wearables/pull/186).
- Fixed IWearLogger termination when `BufferManager` configuration fails (https://github.com/robotology/wearables/pull/195).
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.7.1")
set(PROJECT_VERSION "1.7.2")

set (WEARABLES_PROJECT_NAME Wearables)

Expand Down

0 comments on commit 3fe3182

Please sign in to comment.