Bump version and update CHANGELOG

This commit is contained in:
cytopia 2020-03-22 10:33:40 +01:00
parent a377209a72
commit fb77920460
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
2 changed files with 12 additions and 2 deletions

View File

@ -13,8 +13,8 @@ error_reporting(-1);
putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');
$DEVILBOX_VERSION = 'v1.6.2';
$DEVILBOX_DATE = '2020-02-06';
$DEVILBOX_VERSION = 'v1.6.3';
$DEVILBOX_DATE = '2020-03-22';
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
//

View File

@ -7,6 +7,16 @@ major versions.
## Unreleased
## Bugfix Release v1.6.3 (2020-03-22)
#### Fixed
- Fixed PHP FPM images
- Fixed cert-gen for HAProxy
- Various spelling errors in documentation
#### Added
- [#686](https://github.com/cytopia/devilbox/pull/686) Added documentation for ExpressEngine
## Bugfix Release v1.6.2 (2020-02-06)
#### Added