Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele77 committed Aug 27, 2020
1 parent 89ccfd8 commit d7a89ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d7a89ef

Please sign in to comment.