Skip to content

Commit 3718c2e

Browse files
committed
1.2.0
1 parent 320d892 commit 3718c2e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
1.2.0 - "Thread-safe Taco"
2+
==========================
3+
4+
New features:
5+
6+
* Make logging thread-safe
7+
8+
Other changes:
9+
10+
* Add simple hello world test
11+
112
1.1.0 - "Rename Renegade"
213
=========================
314

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_policy(VERSION 2.8.12)
66
option(SIMPLE_LOGGER_BUILD_SHARED_LIB "Build a shared library" OFF)
77

88
set(VERSION_MAJOR "1")
9-
set(VERSION_MINOR "1")
9+
set(VERSION_MINOR "2")
1010
set(VERSION_PATCH "0")
1111
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
1212

0 commit comments

Comments
 (0)