From 6029fe2e8496b020c6824f176e74997cebb5cd75 Mon Sep 17 00:00:00 2001 From: JC5 Date: Tue, 7 Oct 2025 10:11:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Auto=20commit=20for=20release=20?= =?UTF-8?q?'v6.4.2'=20on=202025-10-07?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 2 +- config/firefly.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 979ef9747e..e04c8b79a9 100644 --- a/changelog.md +++ b/changelog.md @@ -12,7 +12,7 @@ Everything from v6.4.1, plus: - [Issue 11015](https://github.com/firefly-iii/firefly-iii/issues/11015) (Call to a member function subSecond() on null when viewing accounts) reported by @sirgio145 - [Issue 11016](https://github.com/firefly-iii/firefly-iii/issues/11016) (Undefined array key 1 when viewing subscriptions) reported by @anuneo -- #11018 +- [Issue 11018](https://github.com/firefly-iii/firefly-iii/issues/11018) (/v1/accounts balance_difference last day is not accounted for) reported by @ctrl-f5 ## 6.4.1 - 2025-10-07 diff --git a/config/firefly.php b/config/firefly.php index 23b376a208..8bdd78ce6e 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -78,8 +78,8 @@ return [ 'running_balance_column' => env('USE_RUNNING_BALANCE', false), // see cer.php for exchange rates feature flag. ], - 'version' => 'develop/2025-10-07', - 'build_time' => 1759823774, + 'version' => '6.4.2', + 'build_time' => 1759824590, 'api_version' => '2.1.0', // field is no longer used. 'db_version' => 28, // field is no longer used.