Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro committed Aug 29, 2022
1 parent bebf2d5 commit a3d8fdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed
- estimateExternalWrenches: Avoid to compute the pseudoinverse to evaluate the external wrenches (https://github.com/robotology/idyntree/pull/1017).

## [6.1.0] - 2022-08-18

### Added
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.16)

project(iDynTree VERSION 6.1.0
project(iDynTree VERSION 6.999.999
LANGUAGES C CXX)

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

0 comments on commit a3d8fdc

Please sign in to comment.