diff --git a/changelog.md b/changelog.md index 191a048581..5719df164e 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.0.29 - 2023-10-29 + +### Fixed + +- Null pointer in bill overview + ## 6.0.28 - 2023-10-29 ### Added diff --git a/config/firefly.php b/config/firefly.php index ea4b43e6eb..497467cff1 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -112,7 +112,7 @@ return [ 'handle_debts' => true, // see cer.php for exchange rates feature flag. ], - 'version' => '6.0.28', + 'version' => '6.0.29', 'api_version' => '2.0.11', 'db_version' => 21,