diff --git a/.devilbox/www/config.php b/.devilbox/www/config.php index 1106bd1c..8fe247b6 100644 --- a/.devilbox/www/config.php +++ b/.devilbox/www/config.php @@ -14,7 +14,7 @@ putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1'); $DEVILBOX_VERSION = 'v1.1.0'; -$DEVILBOX_DATE = '2019-11-22'; +$DEVILBOX_DATE = '2019-11-24'; $DEVILBOX_API_PAGE = 'devilbox-api/status.json'; // diff --git a/CHANGELOG.md b/CHANGELOG.md index 16b4d0df..4d2f1add 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ major versions. ## Unreleased -## Release v1.1.0 (2019-11-2) +## Release v1.1.0 (2019-11-24) #### Fixed - [#644](https://github.com/cytopia/devilbox/issues/644) Fix GD jpeg support missing in PHP 7.4