diff --git a/CMakeLists.txt b/CMakeLists.txt index 7aa55eb..dd485db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ string (TOUPPER ${PROJECT_NAME} PROJECT_NAME_UPPER) set (PROJECT_MAJOR_VERSION 1) set (PROJECT_MINOR_VERSION 4) -set (PROJECT_PATCH_VERSION 0) +set (PROJECT_PATCH_VERSION 1) set (PROJECT_VERSION ${PROJECT_MAJOR_VERSION}.${PROJECT_MINOR_VERSION}) set (PROJECT_VERSION_FULL ${PROJECT_MAJOR_VERSION}.${PROJECT_MINOR_VERSION}.${PROJECT_PATCH_VERSION}) diff --git a/Changelog.md b/Changelog.md index 61244fc..8c33ecb 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,15 @@ -## Ignition Tools 1.x +# Ignition Tools 1.x + +### Ignition Tools 1.4.1 (2021-10-27) + +1. Fix Windows colcon build + * [Pull request #65](https://github.com/ignitionrobotics/ign-tools/pull/65) + +1. Add flag to get standard-compliant exception handling + * [Pull request #68](https://github.com/ignitionrobotics/ign-tools/pull/68) + +1. Fix use of Backward on macOS + * [Pull request #67](https://github.com/ignitionrobotics/ign-tools/pull/67) ## Ignition Tools 1.4.0 (2021-10-15)