From b9cf538dcfb4b0933336ed56b18ad36ef4a4c631 Mon Sep 17 00:00:00 2001 From: cytopia Date: Sat, 7 Nov 2020 11:18:38 +0100 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8768d1dc..2fbd5675 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,19 +7,29 @@ major versions. ## Unreleased -## Release v1.7.2 (2020-11-07) +## Release v1.7.3 (2020-11-07) #### Fixed - [#739](https://github.com/cytopia/devilbox/issues/739) Disabled gd-jis: https://bugs.php.net/bug.php?id=73582 - [#740](https://github.com/cytopia/devilbox/issues/740) Use latest PHP 8.0 image #### Added -- [#715](https://github.com/cytopia/devilbox/issues/715) PHP module mongodb is added to PHP 8.0 -- Added PHP 8.1: https://github.com/devilbox/docker-php-fpm-8.1 +- [#715](https://github.com/cytopia/devilbox/issues/715) PHP module mongodb is re-added to PHP 8.0 +- Added **PHP 8.1**: https://github.com/devilbox/docker-php-fpm-8.1 +- Added Postgres images: 11.7, 11.8, 11.9, 12.2, 12.3, 12.4, 13.0 +- Added Redis images: 6.0 +- Added Memcache images: 1.6 +- Added MongoDB images: 4.4 #### Changed -- [#736](https://github.com/cytopia/devilbox/issues/736) Composer is updated to v2 (/usr/local/bin/composer) -- Composer is available as v1 and v2 (/usr/local/bin/composer-[12]) +- [#736](https://github.com/cytopia/devilbox/issues/736) Composer is updated to v2 (`/usr/local/bin/composer`) +- Composer is available as v1 and v2 (`/usr/local/bin/composer-1` and `/usr/local/bin/composer-2`) +- New default PHP version: 7.4 +- New default MySQL version: MariaDB 10.4 +- New default Postgres version: 13.0 +- New default Redis version: 6.0 +- New default Memcached version 1.6 +- New default MongoDB version: 4.4 ## Release v1.7.2 (2020-09-17)