We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d4acce commit 3fe3182Copy full SHA for 3fe3182
CHANGELOG.md
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [1.7.2] - 2023-09-06
10
+
11
### Fixed
12
- Fixed EMG normalization value in IWearWrapper and IWearLogger (https://github.com/robotology/wearables/pull/186).
13
- Fixed IWearLogger termination when `BufferManager` configuration fails (https://github.com/robotology/wearables/pull/195).
CMakeLists.txt
@@ -4,7 +4,7 @@
4
5
cmake_minimum_required(VERSION 3.16)
-set(PROJECT_VERSION "1.7.1")
+set(PROJECT_VERSION "1.7.2")
set (WEARABLES_PROJECT_NAME Wearables)
0 commit comments