diff --git a/changelog.md b/changelog.md index e274cb470b..586d951484 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 5.6.8 - 2021-12-19 + +### Fixed +- Account validation was broken in some edge cases, making it impossible to edit transactions. + ## 5.6.7 - 2021-12-19 ### Changed diff --git a/config/firefly.php b/config/firefly.php index 78992acc9e..4359b222a6 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -101,7 +101,7 @@ return [ 'webhooks' => true, 'handle_debts' => true, ], - 'version' => '5.6.7', + 'version' => '5.6.8', 'api_version' => '1.5.5', 'db_version' => 18,