🤖 Auto commit for release 'develop' on 2025-08-25

This commit is contained in:
JC5
2025-08-25 05:27:42 +02:00
parent 049cbab861
commit cbb0621fd9
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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,