diff --git a/changelog.md b/changelog.md index 665d7bc095..25f893306d 100644 --- a/changelog.md +++ b/changelog.md @@ -29,6 +29,14 @@ This project adheres to [Semantic Versioning](http://semver.org/). - #3042 Rule engine behavior was inconsistent when importing data. - #3064 Weird bug in reports. +## [5.0.5 (API 1.0.0)] - 2020-02-13 + +This release fixes an issue with logging that could, in rare cases, error out terribly. + +### Fixed + +- Inconsistent log configuration. + ## [5.0.4 (API 1.0.0)] - 2020-02-01 This release fixes several bugs found in 5.0.0 and earlier releases. diff --git a/config/firefly.php b/config/firefly.php index c339a342c8..dea19c6722 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -137,7 +137,7 @@ return [ ], 'encryption' => null === env('USE_ENCRYPTION') || true === env('USE_ENCRYPTION'), - 'version' => '5.0.4', + 'version' => '5.0.5', 'api_version' => '1.0.0', 'db_version' => 12, 'maxUploadSize' => 15242880,