From 6e27f83b4d0f6a84a7402046365b1d80892dadcf Mon Sep 17 00:00:00 2001 From: cytopia Date: Tue, 31 Dec 2019 17:47:57 +0100 Subject: [PATCH] Update Changelog --- .devilbox/www/config.php | 4 ++-- CHANGELOG.md | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.devilbox/www/config.php b/.devilbox/www/config.php index 0ad2ab20..5b85155c 100644 --- a/.devilbox/www/config.php +++ b/.devilbox/www/config.php @@ -13,8 +13,8 @@ error_reporting(-1); putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1'); -$DEVILBOX_VERSION = 'v1.3.0'; -$DEVILBOX_DATE = '2019-12-29'; +$DEVILBOX_VERSION = 'v1.4.0'; +$DEVILBOX_DATE = '2020-01-01'; $DEVILBOX_API_PAGE = 'devilbox-api/status.json'; // diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fce6dac..c368e4fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ major versions. ## Unreleased +## Release v1.4.0 (2020-01-01) + +#### Fixed +- [#618](https://github.com/cytopia/devilbox/issues/618) Update Compose version to 2.3 +- [#614](https://github.com/cytopia/devilbox/issues/614) Update to latest mhsendmail binary with `-o` flag +- [#265](https://github.com/cytopia/devilbox/issues/265) Fix http to https redirect for projects + +#### Changed +- [#642](https://github.com/cytopia/devilbox/issues/642) Be able to disable email catch-all and still run postfix + + ## Release v1.3.0 (2019-12-29) #### Fixed