diff --git a/changelog.md b/changelog.md index bb9c33e17d..0aa2b0f324 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 6.1.6 - 2024-01-07 + +### Fixed + +- Type validation error + ## 6.1.5 - 2024-01-07 ### Added diff --git a/config/firefly.php b/config/firefly.php index 60b1313683..bc1bbfb35c 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -115,7 +115,7 @@ return [ 'handle_debts' => true, // see cer.php for exchange rates feature flag. ], - 'version' => '6.1.5', + 'version' => '6.1.6', 'api_version' => '2.0.12', 'db_version' => 22,