Skip to content

Commit 9055481

Browse files
committed
Changelog for v1.4.1
1 parent 41f76db commit 9055481

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [1.4.1] - 2021-11-25
8+
### Fixed
9+
- Fedora CI build by updating to Catch v2.13.7
10+
- Typo in README (#313)
11+
12+
### Changed
13+
- Vendoring catch library instead of downloading from github
14+
715
## [1.4.0] - 2021-10-23
816
### Fixed
917
- Deprecation warnings for Jsoncpp (#312)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ endif()
2323

2424
set(MAJOR_VERSION 1)
2525
set(MINOR_VERSION 4)
26-
set(PATCH_VERSION 0)
26+
set(PATCH_VERSION 1)
2727
set(SO_VERSION 1)
2828

2929
if(NOT MSVC)

0 commit comments

Comments
 (0)