mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Release 5.7.4
This commit is contained in:
parent
2b615cf757
commit
613a02fa52
@ -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.4 - 2022-05-03
|
||||
|
||||
### Fixed
|
||||
- Fixed issue in method names.
|
||||
|
||||
## 5.7.3 - 2022-05-03
|
||||
|
||||
### Fixed
|
||||
|
@ -101,7 +101,7 @@ return [
|
||||
'webhooks' => false,
|
||||
'handle_debts' => true,
|
||||
],
|
||||
'version' => '5.7.3',
|
||||
'version' => '5.7.4',
|
||||
'api_version' => '1.5.6',
|
||||
'db_version' => 18,
|
||||
|
||||
|
@ -12,6 +12,6 @@ sonar.organization=firefly-iii
|
||||
#sonar.sourceEncoding=UTF-8
|
||||
|
||||
|
||||
sonar.projectVersion=5.7.3
|
||||
sonar.projectVersion=5.7.4
|
||||
sonar.sources=app,bootstrap,database,resources/assets,resources/views,routes,tests
|
||||
sonar.sourceEncoding=UTF-8
|
||||
|
Loading…
Reference in New Issue
Block a user