Prepare Devilbox v1.0.0 release

This commit is contained in:
cytopia 2019-03-18 19:13:23 +01:00
parent 1138c498c7
commit 9e3da94edb
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
2 changed files with 9 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.0.0-alpha1';
$DEVILBOX_DATE = '2019-03-09';
$DEVILBOX_VERSION = 'v1.0.0';
$DEVILBOX_DATE = '2019-03-18';
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
//

View File

@ -10,6 +10,13 @@ major versions.
- This fixes various issues with Docker Toolbox and DNS resolution: #119
## v1.0.0
#### Changed
- Everything from v1.0.0-alpha1 has been backported
- Everything from v0.15.0 has been backported
## v1.0.0-alpha1
#### Changed