From 373ec934dfe7f7173efdb7e8de52a662d9b4fa3b Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 3 Feb 2024 19:04:25 +0100 Subject: [PATCH] Update version, fix https://github.com/firefly-iii/firefly-iii/issues/8499 --- changelog.md | 2 +- config/firefly.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 1380001734..a96c15c561 100644 --- a/changelog.md +++ b/changelog.md @@ -20,7 +20,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - [PR 8432](https://github.com/firefly-iii/firefly-iii/pull/8432) (Update favicons.twig) reported by @stevietv - [Issue 8433](https://github.com/firefly-iii/firefly-iii/issues/8433) (may be a wrong calculation) reported by @PterX - [Issue 8442](https://github.com/firefly-iii/firefly-iii/issues/8442) (v6.1.7 - Not expected this period) reported by @poudenes -- [Issue 8445](https://github.com/firefly-iii/firefly-iii/issues/8445) +- [Discussion 8445](https://github.com/orgs/firefly-iii/discussions/8445) (Offering to Contribute to Firefly Documentation) reported by @poupouproject - [Issue 8446](https://github.com/firefly-iii/firefly-iii/issues/8446) (There is an extra X ending symbol here) reported by @PterX - [Issue 8467](https://github.com/firefly-iii/firefly-iii/issues/8467) (API Endpoint /data/export/rules produces errorneous CSV output) reported by @not1q84-1 - [Issue 8472](https://github.com/firefly-iii/firefly-iii/issues/8472) (When left to spend is 0, the info box is red) reported by @nicosomb diff --git a/config/firefly.php b/config/firefly.php index 31ddb135bf..5079d7be10 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -115,7 +115,7 @@ return [ 'handle_debts' => true, // see cer.php for exchange rates feature flag. ], - 'version' => '6.1.7', + 'version' => '6.1.9', 'api_version' => '2.0.12', 'db_version' => 22,