From cbb0621fd9f01abe7288860f47233bf37d2060c6 Mon Sep 17 00:00:00 2001 From: JC5 Date: Mon, 25 Aug 2025 05:27:42 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Auto=20commit=20for=20release=20?= =?UTF-8?q?'develop'=20on=202025-08-25?= 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 6b1a082045..227f44da93 100644 --- a/changelog.md +++ b/changelog.md @@ -32,7 +32,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - [Issue 10804](https://github.com/firefly-iii/firefly-iii/issues/10804) (No notes information included in the "List all accounts" API call) reported by @gpampuro - [Issue 10806](https://github.com/firefly-iii/firefly-iii/issues/10806) (API: `/v1/chart/balance/balance` has undocumented `period` parameter) reported by @dreautall - [Issue 10807](https://github.com/firefly-iii/firefly-iii/issues/10807) (API: `/v1/bills` field `object_group_id` returns int, should be string) reported by @dreautall -- #10815 +- [Issue 10815](https://github.com/firefly-iii/firefly-iii/issues/10815) (API: `/v1/accounts` balance is off by a day) reported by @dreautall ## 6.3.2 - 2025-08-20 diff --git a/config/firefly.php b/config/firefly.php index 32bd7754df..51495da795 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-08-24', - 'build_time' => 1756059882, + 'version' => 'develop/2025-08-25', + 'build_time' => 1756092349, 'api_version' => '2.1.0', // field is no longer used. 'db_version' => 26,