Skip to content

Commit

Permalink
Changelog for v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cinemast committed Nov 26, 2021
1 parent 41f76db commit 9055481
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9055481

Please sign in to comment.