From 166bfba5b9477cef741fda8a7919eac49c6c387f Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 27 Apr 2017 03:17:34 +0200 Subject: [PATCH] New version. [skip ci] --- CHANGELOG.md | 8 ++++++++ config/firefly.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa2d9c6469..249b91764f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.4.1] - 2017-04-27 + +### Added +- Support for deployment on Heroku + +### Fixed +- Bug in new-user routine. + ## [4.4.0] - 2017-04-23 ### Added - Firefly III can now handle foreign currencies better, including some code to get the exchange rate live from the web. diff --git a/config/firefly.php b/config/firefly.php index e1e7bd865c..6633c412d3 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.4.0', + 'version' => '4.4.1', 'maxUploadSize' => 5242880, 'allowedMimes' => ['image/png', 'image/jpeg', 'application/pdf'], 'list_length' => 10,