Skip to content

Commit 2e7835f

Browse files
Updated CHANGELOG
1 parent a943943 commit 2e7835f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.2.3:
2+
- setup caveralls.io repoprting (#114 -> this doesn't work it's too buggy)
3+
- added GCOV option (#115)
14
2.2.2:
25
- Added a contribution guide (#107)
36
- Limit to master and develop (#104)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.11)
66

77
project(
88
cpp-logger
9-
VERSION 2.2.2
9+
VERSION 2.2.3
1010
DESCRIPTION "Simple C++ logger (${GIT_LOG})")
1111

1212
option(GCOV "Activate GCOV options")

0 commit comments

Comments
 (0)