Update meta files for new release.

This commit is contained in:
James Cole
2022-05-31 06:12:56 +02:00
parent bf434e5d42
commit 2cf8bb2537
3 changed files with 7 additions and 2 deletions

View File

@@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). 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 ## 5.7.7 - 2022-06-01
### Fixed ### Fixed

View File

@@ -101,7 +101,7 @@ return [
'webhooks' => false, 'webhooks' => false,
'handle_debts' => true, 'handle_debts' => true,
], ],
'version' => '5.7.7', 'version' => '5.7.8',
'api_version' => '1.5.6', 'api_version' => '1.5.6',
'db_version' => 18, 'db_version' => 18,

View File

@@ -12,6 +12,6 @@ sonar.organization=firefly-iii
#sonar.sourceEncoding=UTF-8 #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.sources=app,bootstrap,database,resources/assets,resources/views,routes,tests
sonar.sourceEncoding=UTF-8 sonar.sourceEncoding=UTF-8