From 13e67af03e86a419eb7d49b46847dd4df487d5f8 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 23 Mar 2020 20:32:06 +0100 Subject: [PATCH] Forward-port changelog Signed-off-by: Christoph Wurst --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 440a3a6f8..b30f657a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.1.4 - 2020-03-23 +### Fixed +- Security: verify TLS host by default. This can be a *breaking change* for self-hosted servers. If you want to return to the old insecure behavior, set `app.mail.verify-tls-peer` to `true` in `config.php`. + ## 1.1.3 - 2020-03-02 ### Fixed - Error in recipient selection