updated changelog

This commit is contained in:
Diego Lendoiro 2018-04-20 15:36:05 +02:00
parent d4fe06bcdc
commit 6496f7c8df
1 changed files with 9 additions and 3 deletions

View File

@ -2,16 +2,22 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased](https://github.com/passbolt/passbolt_docker/compare/v2.0.1...HEAD)
## [Unreleased](https://github.com/passbolt/passbolt_docker/compare/v2.0.3...HEAD)
## [2.0.3](https://github.com/passbolt/passbolt_docker/compare/v2.0.2...v2.0.3) - 2018-04-20
### Fixed
- Updated path for images volume. [#101](https://github.com/passbolt/passbolt_docker/pull/101)
## [2.0.2](https://github.com/passbolt/passbolt_docker/compare/v2.0.1...v2.0.2) - 2018-04-17
## Fixed
### Fixed
- Unable to load a jpeg image as avatar. [#100](https://github.com/passbolt/passbolt_docker/issues/100)
- docker-entrypoint.sh adds email-sending-job everytime you restart the container. [#98](https://github.com/passbolt/passbolt_docker/issues/98)
## Changed
### Changed
- Removed composer binary after dependency installation.