diff --git a/CMakeLists.txt b/CMakeLists.txt index 356b23d..7f1dbf4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.7) project("graylog-logger" - VERSION 2.1.1 + VERSION 2.1.2 DESCRIPTION "A simple logging library." LANGUAGES CXX ) diff --git a/documentation/changes.md b/documentation/changes.md index 3ddd5ba..c5b5a78 100644 --- a/documentation/changes.md +++ b/documentation/changes.md @@ -1,5 +1,9 @@ ## Changes +### Version 2.1.2 +* Fixed bug triggered when replacing console interfaces. +* Fixed race condition issues. + ### Version 2.1.1 * Fixed threading issues.