From 46e6a426287598e987ffd5a8161cb907859192c5 Mon Sep 17 00:00:00 2001 From: Diego Lendoiro Date: Mon, 13 Aug 2018 17:43:19 +0200 Subject: [PATCH] updated changelog --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0e0c56..aa14615 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,15 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [2.2.0](https://github.com/passbolt/passbolt_docker/compare/v2.1.0...v2.2.0) - 2018-08-13 ### Added -- hide nginx and php version [#107](https://github.com/passbolt/passbolt_docker/pull/107) -- Restrict MySQL port access [#109](https://github.com/passbolt/passbolt_docker/pull/109) + +- Added [wait-for-it](https://github.com/vishnubob/wait-for-it) instead of wait for to eliminate netcat dependency ### Changed -- Added [wait-for-it](https://github.com/vishnubob/wait-for-it) instead of wait for to eliminate netcat dependency +- Merged: hide nginx and php version [#107](https://github.com/passbolt/passbolt_docker/pull/107) +- Merged: restrict MySQL port access [#109](https://github.com/passbolt/passbolt_docker/pull/109) +- Supervisor config files split into conf.d/{php.conf,nginx.conf,cron.conf} +- Default stdout logging is more verbose now allowing users to see more details on the requests ## [2.1.0](https://github.com/passbolt/passbolt_docker/compare/v2.0.7...v2.1.0) - 2018-06-14