Skip to content

Commit a0fba77

Browse files
authored
Bump wearables version to 1.4.0 (#157)
* Update CHANGELOG.md * Update CMakeLists.txt
1 parent 1021886 commit a0fba77

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.4.0] - 2022-05-24
10+
911
### Changed
1012
- Fix deprecated `YARP` functions in `YarpUtilities` component (https://github.com/robotology/wearables/pull/152)
1113
- Ported `iWearLogger` to the usage of `robometry` (new name of `YARP_telemetry`, https://github.com/robotology/wearables/pull/155)

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.5)
66

7-
set(PROJECT_VERSION "1.3.0")
7+
set(PROJECT_VERSION "1.4.0")
88

99
set (WEARABLES_PROJECT_NAME Wearables)
1010

0 commit comments

Comments
 (0)