diff --git a/CHANGELOG.md b/CHANGELOG.md index 6afcb0d..99ef916 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [2.0.1] - 2022-04-19 - Specify signed for char parameters (issue [#149](https://github.com/daniele77/cli/issues/149)) - CliSession can call OutStream::UnRegister() when it's already destroyed (issue [#153](https://github.com/daniele77/cli/issues/153)) diff --git a/CMakeLists.txt b/CMakeLists.txt index 284a68a..6d8a19a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ cmake_minimum_required(VERSION 3.8) -project(cli VERSION 2.0.1 +project(cli VERSION 2.0.2 # DESCRIPTION "A library for interactive command line interfaces in modern C++" LANGUAGES CXX)