Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juzzlin committed Mar 11, 2019
1 parent 320d892 commit 3718c2e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
1.2.0 - "Thread-safe Taco"
==========================

New features:

* Make logging thread-safe

Other changes:

* Add simple hello world test

1.1.0 - "Rename Renegade"
=========================

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_policy(VERSION 2.8.12)
option(SIMPLE_LOGGER_BUILD_SHARED_LIB "Build a shared library" OFF)

set(VERSION_MAJOR "1")
set(VERSION_MINOR "1")
set(VERSION_MINOR "2")
set(VERSION_PATCH "0")
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

Expand Down

0 comments on commit 3718c2e

Please sign in to comment.