diff --git a/CHANGELOG.md b/CHANGELOG.md index 76a9b0c..dc33672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -Current Version: 1.1-dirty +Current Version: 1.1.1 -## Unreleased +## [1.1.1] - 2019-09-16 - Specify binding IP address in CliTelnetServer (issue #44) - Fix compilation with boost v. 1.70.0 (issue #40) diff --git a/CMakeLists.txt b/CMakeLists.txt index e98219d..461ff39 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ cmake_minimum_required(VERSION 3.8) -project(cli VERSION 1.1 LANGUAGES CXX) +project(cli VERSION 1.1.1 LANGUAGES CXX) option(CLI_BuildExamples "Build the examples." OFF) option(CLI_BuildTests "Build the unit tests." OFF)