From 85b176890837857ed7d2bb3ba038e54237a75857 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 28 Oct 2023 17:31:42 +0200 Subject: [PATCH] Fix issue in release. --- changelog.md | 6 ++++++ config/firefly.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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,