diff --git a/.devilbox/www/config.php b/.devilbox/www/config.php index 7542e2fa..7a39d270 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 = 'v2.1.0'; -$DEVILBOX_DATE = '2022-04-03'; +$DEVILBOX_DATE = '2022-04-05'; $DEVILBOX_API_PAGE = 'devilbox-api/status.json'; // diff --git a/CHANGELOG.md b/CHANGELOG.md index aa92baa6..24b13780 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Make sure to have a look at [UPDATING.md](https://github.com/cytopia/devilbox/bl ## Unreleased -## Release v2.1.0 (2022-04-03) +## Release v2.1.0 (2022-04-05) This is now a 100% `arm64` compatible release. @@ -22,8 +22,6 @@ This is now a 100% `arm64` compatible release. #### Removed - Removed homebrew due to arm64 issues -- Removed postgres cmd client and apt repositories due to arm64 issues -- Removed mongodb cmd client and apt repositories due to arm64 issues - Removed Ansible due to arm64 issues