From c6bf0ff1cd2eef417957374652d266c564865bc6 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 08:51:46 +0200 Subject: [PATCH] Auto commit for release 'v6.1.13' on 2024-04-01 --- changelog.md | 8 ++++---- config/firefly.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/changelog.md b/changelog.md index 1ac4e5100e..90c64940f9 100644 --- a/changelog.md +++ b/changelog.md @@ -16,10 +16,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed -- #8648 -- #8725 -- #8732 -- #8735 +- [Issue 8648](https://github.com/firefly-iii/firefly-iii/issues/8648) (Crashes during initial setup with PG 16 dbs) reported by @Lysholm +- [Issue 8725](https://github.com/firefly-iii/firefly-iii/issues/8725) (API: Call to `api/v1/bills` without arguments fails) reported by @dreautall +- [Issue 8732](https://github.com/firefly-iii/firefly-iii/issues/8732) (Error "Division by zero" when opening the "Budget" section) reported by @mrResident +- [PR 8735](https://github.com/firefly-iii/firefly-iii/pull/8735) (Fix `Division error by zero` in budget views) reported by @mansuf ## 6.1.12 - 2024-03-21 diff --git a/config/firefly.php b/config/firefly.php index 9b02f23991..e52cb6f9a2 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -117,7 +117,7 @@ return [ 'expression_engine' => false, // see cer.php for exchange rates feature flag. ], - 'version' => 'develop/2024-04-01', + 'version' => '6.1.13', 'api_version' => '2.0.13', 'db_version' => 23,