diff --git a/CMakeLists.txt b/CMakeLists.txt index 5d3b3cd6..9aa0d857 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5.1 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(ignition-fuel_tools4 VERSION 4.2.1) +project(ignition-fuel_tools4 VERSION 4.3.0) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index 93609f55..95ebf91d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,15 @@ ## Ignition Fuel Tools 4.x +### Ignition Fuel Tools 4.3.0 (2020-12-01) + +1. Improve fork experience. + * [Pull request 126](https://github.com/ignitionrobotics/ign-fuel-tools/pull/126) + +1. Download dependencies. + * [Pull request 123](https://github.com/ignitionrobotics/ign-fuel-tools/pull/123) + +1. Includes all changes up to version 3.5.0. + ### Ignition Fuel Tools 4.2.1 (2020-08-26) 1. Fix `ign fuel download`, which was missing the `-j` option.