From 2272f572d766d5a7f343c8f9ed7b42796974607e Mon Sep 17 00:00:00 2001 From: Diego Lendoiro Date: Tue, 17 Apr 2018 10:49:26 +0200 Subject: [PATCH] update changelog for 2.0.2 version --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0726138..b5a444b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,14 @@ 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.0...HEAD) +## [Unreleased](https://github.com/passbolt/passbolt_docker/compare/v2.0.1...HEAD) + +## [2.0.2](https://github.com/passbolt/passbolt_docker/compare/v2.0.1...v2.0.2) - 2018-04-17 + +## 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) ## [2.0.1](https://github.com/passbolt/passbolt_docker/compare/v2.0.0...v2.0.1) - 2018-04-09