Update project files

This commit is contained in:
cytopia 2022-03-16 14:33:13 +01:00
parent be73b353eb
commit 4b3cc3f1e8
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.10.4';
$DEVILBOX_DATE = '2022-02-15';
$DEVILBOX_VERSION = 'v1.10.5';
$DEVILBOX_DATE = '2022-03-16';
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
//

View File

@ -6,6 +6,13 @@ Make sure to have a look at [UPDATING.md](https://github.com/cytopia/devilbox/bl
## Unreleased
## Release v1.10.5 (2022-03-16)
#### Changed
- Updated Bind [#36](https://github.com/cytopia/docker-bind/pull/36)
- Updated MySQL
## Release v1.10.4 (2022-02-15)
#### Fixed