From 2cf8bb25371c2d2990928fa1a1c5989804a02c5b Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 31 May 2022 06:12:56 +0200 Subject: [PATCH] Update meta files for new release. --- changelog.md | 5 +++++ config/firefly.php | 2 +- sonar-project.properties | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index c334ae6b28..80d281e337 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 5.7.8 - 2022-06-01 + +### Fixed +- Symfony 6.1 requires PHP 8.1, so back to 6.0 for the time being. + ## 5.7.7 - 2022-06-01 ### Fixed diff --git a/config/firefly.php b/config/firefly.php index 1b3408b307..7e07d8c818 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -101,7 +101,7 @@ return [ 'webhooks' => false, 'handle_debts' => true, ], - 'version' => '5.7.7', + 'version' => '5.7.8', 'api_version' => '1.5.6', 'db_version' => 18, diff --git a/sonar-project.properties b/sonar-project.properties index c8b99909a2..c7777ef1b6 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -12,6 +12,6 @@ sonar.organization=firefly-iii #sonar.sourceEncoding=UTF-8 -sonar.projectVersion=5.7.7 +sonar.projectVersion=5.7.8 sonar.sources=app,bootstrap,database,resources/assets,resources/views,routes,tests sonar.sourceEncoding=UTF-8