Skip to content

Commit

Permalink
Bump wearables version to 1.4.0 (#157)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update CMakeLists.txt
  • Loading branch information
lrapetti authored May 30, 2022
1 parent 1021886 commit a0fba77
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.4.0] - 2022-05-24

### Changed
- Fix deprecated `YARP` functions in `YarpUtilities` component (https://github.com/robotology/wearables/pull/152)
- Ported `iWearLogger` to the usage of `robometry` (new name of `YARP_telemetry`, https://github.com/robotology/wearables/pull/155)
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.5)

set(PROJECT_VERSION "1.3.0")
set(PROJECT_VERSION "1.4.0")

set (WEARABLES_PROJECT_NAME Wearables)

Expand Down

0 comments on commit a0fba77

Please sign in to comment.