Skip to content

Commit

Permalink
Documentation update.
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyToGround committed Jan 12, 2022
1 parent 2a92afe commit 56cadc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
)
Expand Down
4 changes: 4 additions & 0 deletions documentation/changes.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 56cadc4

Please sign in to comment.