Bump version and Changelog

This commit is contained in:
cytopia 2019-11-30 22:53:05 +01:00
parent ccea6e3814
commit ca5dec2e57
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
2 changed files with 16 additions and 3 deletions

View File

@ -13,8 +13,8 @@ error_reporting(-1);
putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');
$DEVILBOX_VERSION = 'v1.1.0';
$DEVILBOX_DATE = '2019-11-24';
$DEVILBOX_VERSION = 'v1.2.0';
$DEVILBOX_DATE = '2019-12-01';
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
//

View File

@ -4,10 +4,23 @@ Make sure to have a look at [UPDATING](https://github.com/cytopia/devilbox/blob/
major versions.
## Unreleased
## Release v1.2.0 (2019-12-01)
#### Fixed
- [#622](https://github.com/cytopia/devilbox/issues/622) Certificate Generation Settings
#### Added
- Added latest PHP-FPM images
- Added latest MySQL images
- Added latest Apache/Nginx images
#### Changed
- Made PHP 7.3 the default version
## Release v1.1.0 (2019-11-24)
#### Fixed