Auto commit for release 'v6.1.21' on 2024-09-29

This commit is contained in:
github-actions 2024-09-29 06:16:33 +02:00
parent cf71a0fc55
commit abcddb09bf
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- [Issue 9155](https://github.com/firefly-iii/firefly-iii/issues/9155) (internal_reference_is does not correctly match numeric internal references) reported by @Lrns123
- [Issue 9275](https://github.com/firefly-iii/firefly-iii/issues/9275) (Long wait when editing a transaction) reported by @JC5
- [Issue 9278](https://github.com/firefly-iii/firefly-iii/issues/9278) (Update to v6.1.20 changed Balance of Account) reported by @JeuJeus
- #9281
- [Issue 9281](https://github.com/firefly-iii/firefly-iii/issues/9281) (Update to v6.1.20 leads to a type error) reported by @krakonos1602
### API

View File

@ -110,7 +110,7 @@ return [
'running_balance_column' => env('USE_RUNNING_BALANCE', false),
// see cer.php for exchange rates feature flag.
],
'version' => 'develop/2024-09-29',
'version' => '6.1.21',
'api_version' => '2.1.0',
'db_version' => 24,