diff --git a/CHANGELOG.md b/CHANGELOG.md index f66f6e8..7adcc95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ # Changelog -## Unreleased +## [1.2.1] - 2020-08-27 - - Standard and custom exception handler for cli commands (issue #74) - With Boost >= 1.74 use TS exectuor by default (issue #79) + - Standard and custom exception handler for cli commands (issue #74) ## [1.2.0] - 2020-06-27 diff --git a/CMakeLists.txt b/CMakeLists.txt index d927dff..467213a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ cmake_minimum_required(VERSION 3.8) -project(cli VERSION 1.2.0 LANGUAGES CXX) +project(cli VERSION 1.2.1 LANGUAGES CXX) option(CLI_BuildExamples "Build the examples." OFF) option(CLI_BuildTests "Build the unit tests." OFF)