From abcddb09bf735604e8f2fbe17be69f440b5b6496 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 06:16:33 +0200 Subject: [PATCH] Auto commit for release 'v6.1.21' on 2024-09-29 --- changelog.md | 2 +- config/firefly.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 3e5b4da346..de6890c0e2 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/config/firefly.php b/config/firefly.php index c3b7262285..b4174bf49f 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -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,