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.