Skip to content

Commit

Permalink
Merge pull request #752 from robotology/bump-to-1-2-0
Browse files Browse the repository at this point in the history
Bump to 1.2.0 version
  • Loading branch information
traversaro authored Oct 17, 2020
2 parents 84d216c + 61920eb commit 109fabe
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 @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.0] - 2020-10-17

### Added
- Added the possibility of reusing an already opened figure with the MATLAB iDynTree Visualizer either if the name coincides or by using gcf.

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

cmake_minimum_required(VERSION 3.5)

project(iDynTree VERSION 1.1.0
project(iDynTree VERSION 1.2.0
LANGUAGES C CXX)

# Disable in source build, unless Eclipse is used
Expand Down

0 comments on commit 109fabe

Please sign in to comment.