diff --git a/CHANGELOG.md b/CHANGELOG.md index 6baf55b7b4..222370819f 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/). + +## [4.6.1] - 2017-07-02 +### Fixed +- Fixed several small issues all around. + ## [4.6.0] - 2017-06-28 ### Changed @@ -16,9 +21,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Fix a bug where the balance routine forgot to account for accounts without a currency preference. - Various other bugfixes. -### Security -- Initial release. - ## [4.5.0] - 2017-06-07 ### Added diff --git a/config/firefly.php b/config/firefly.php index 728a671fa0..2367710d24 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -23,7 +23,7 @@ return [ 'is_demo_site' => false, ], 'encryption' => (is_null(env('USE_ENCRYPTION')) || env('USE_ENCRYPTION') === true), - 'version' => '4.6.0', + 'version' => '4.6.1', 'maxUploadSize' => 15242880, 'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'], 'list_length' => 10,