From 3b3223e80f7783e237c70e1cc2775248de26600d Mon Sep 17 00:00:00 2001 From: Diego Lendoiro Date: Wed, 28 Jun 2017 19:21:27 +0200 Subject: [PATCH] updated CHANGELOG --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4324e31..3ea9f04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ### Fixed -- PASSBOLT-2158: corrected management of fullbaseurl throug url env variable -- PASSBOLT-2164: corrected typo on email_transport env variable -- PASSBOLT-2166: http to https redirection fixed +- PASSBOLT-2158: corrected management of fullbaseurl throug url env variable. +- PASSBOLT-2164: corrected typo on email_transport env variable. #24 +- PASSBOLT-2166: http to https redirection fixed. #19 +- PASSBOLT-2167: healthcheck does not work on container. #26 ### Added -- PASSBOLT-2165: Added TLS support through email_tls env variable +- PASSBOLT-2165: Added TLS support through email_tls env variable. #25 ## [1.6.0] - 2017-06-23 ### Added