diff --git a/CHANGELOG.md b/CHANGELOG.md index 83e339a29b..95d0a81eb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,17 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added - New budget table for multi year report. + + ### Changed - Greatly expanded help pages and their function. +- Built a new transaction collector, which I think was the idea of @roberthorlings originally. + ### Fixed - #375, thanks to @schoentoon which made it impossible to resurrect currencies. - #370 thanks to @ksmolder - +- #378, thanks to @HomelessAvatar ## [4.1.5] - 2016-11-01 ### Changed diff --git a/config/firefly.php b/config/firefly.php index 97b843110a..40f65d62d5 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -22,7 +22,7 @@ return [ 'single_user_mode' => true, ], 'chart' => 'chartjs', - 'version' => '4.1.5', + 'version' => '4.1.6', 'csv_import_enabled' => true, 'maxUploadSize' => 5242880, 'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'],