diff --git a/CHANGELOG.md b/CHANGELOG.md index 06cb854c..59800029 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.4.1] - 2021-11-25 +### Fixed +- Fedora CI build by updating to Catch v2.13.7 +- Typo in README (#313) + +### Changed +- Vendoring catch library instead of downloading from github + ## [1.4.0] - 2021-10-23 ### Fixed - Deprecation warnings for Jsoncpp (#312) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3fac167e..961e55a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ endif() set(MAJOR_VERSION 1) set(MINOR_VERSION 4) -set(PATCH_VERSION 0) +set(PATCH_VERSION 1) set(SO_VERSION 1) if(NOT MSVC)