diff --git a/CHANGELOG.md b/CHANGELOG.md index bfc3a0e..9e733b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.