diff --git a/changelog.md b/changelog.md index 78a05c8217..1b3af6e04c 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.4 - 2022-05-03 + +### Fixed +- Fixed issue in method names. + ## 5.7.3 - 2022-05-03 ### Fixed diff --git a/config/firefly.php b/config/firefly.php index 20520253dd..ebc563c1ef 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -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, diff --git a/sonar-project.properties b/sonar-project.properties index 0df81e7ca6..0f72379b02 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.3 +sonar.projectVersion=5.7.4 sonar.sources=app,bootstrap,database,resources/assets,resources/views,routes,tests sonar.sourceEncoding=UTF-8