Update project files

This commit is contained in:
cytopia 2022-04-14 11:29:13 +02:00
parent a6c45353bd
commit 59619ca9c1
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
2 changed files with 11 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 = 'v2.1.1';
$DEVILBOX_DATE = '2022-04-07';
$DEVILBOX_VERSION = 'v2.2.0';
$DEVILBOX_DATE = '2022-04-14';
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
//

View File

@ -6,6 +6,15 @@ Make sure to have a look at [UPDATING.md](https://github.com/cytopia/devilbox/bl
## Unreleased
## Release v2.2.0 (2022-04-14)
This release adds PHP-FPM community images via `docker-compose.override.yml`, which easily allows you
to build upon existing PHP images and customize them for your usecase/workflow.
#### Added
- Added PHP-FPM Community images: https://github.com/devilbox/docker-php-fpm-community/
## Release v2.1.1 (2022-04-07)
#### Changed