From a0fba771c079065ccd08fb0ad96ced665bf82f81 Mon Sep 17 00:00:00 2001 From: Lorenzo Rapetti Date: Mon, 30 May 2022 16:19:01 +0200 Subject: [PATCH] Bump wearables version to 1.4.0 (#157) * Update CHANGELOG.md * Update CMakeLists.txt --- CHANGELOG.md | 2 ++ CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71de369c..bcc200c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/CMakeLists.txt b/CMakeLists.txt index db64e14a..98707bf7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)