Skip to content

Commit 3fe3182

Browse files
committed
Bump wearables version to 1.7.2
1 parent 7d4acce commit 3fe3182

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.7.2] - 2023-09-06
10+
911
### Fixed
1012
- Fixed EMG normalization value in IWearWrapper and IWearLogger (https://github.com/robotology/wearables/pull/186).
1113
- Fixed IWearLogger termination when `BufferManager` configuration fails (https://github.com/robotology/wearables/pull/195).

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
cmake_minimum_required(VERSION 3.16)
66

7-
set(PROJECT_VERSION "1.7.1")
7+
set(PROJECT_VERSION "1.7.2")
88

99
set (WEARABLES_PROJECT_NAME Wearables)
1010

0 commit comments

Comments
 (0)