updated changelog

This commit is contained in:
Diego Lendoiro 2018-08-13 17:43:19 +02:00
parent c4fd96738e
commit 46e6a42628
1 changed files with 6 additions and 3 deletions

View File

@ -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