Update version and Changelog

This commit is contained in:
cytopia 2019-12-08 08:17:19 +01:00
parent d6818a1470
commit e2930d2b4e
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.2.0';
$DEVILBOX_DATE = '2019-12-01';
$DEVILBOX_VERSION = 'v1.3.0';
$DEVILBOX_DATE = '2019-12-08';
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
//

View File

@ -7,6 +7,16 @@ major versions.
## Unreleased
## Release v1.3.0 (2019-12-08)
#### Fixed
- [#626](https://github.com/cytopia/devilbox/issues/626) Cannot create MongoDB database with Adminer
#### Changed
- Updated Adminer to 4.7.5
- Updated phpMyAdmin to 4.9.2
## Release v1.2.0 (2019-12-01)
#### Fixed