Skip to content

Commit

Permalink
Release v1.24.1 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Jun 8, 2022
1 parent fae96d5 commit b32320e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format of this document is based on [Keep a Changelog](https://keepachangelo

## [Unreleased]

## [1.24.1] - 2022-06-08

* Fix r_wrist_yaw joint direction in several iCub 2.* models (https://github.com/robotology/icub-models/issues/156, https://github.com/robotology/icub-models-generator/pull/220).

## [1.24.0] - 2022-05-31

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
cmake_minimum_required(VERSION 3.8)

project(icub-models
VERSION 1.24.0)
VERSION 1.24.1)

include(GNUInstallDirs)

Expand Down

0 comments on commit b32320e

Please sign in to comment.