From b55fd26906243c80faf776f0bb6797a1080604f7 Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Sun, 17 Mar 2024 15:06:19 +1300 Subject: [PATCH] Release v1.15.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22bcef6..86b107a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ Notable changes to Mailpit will be documented in this file. +## [v1.15.0] + +### Chore +- Update node dependencies +- Update Go dependencies + +### Feature +- Add SMTP TLS option ([#265](https://github.com/axllent/mailpit/issues/265)) + +### Fix +- Enforce SMTP STARTTLS by default if authentication is set + + ## [v1.14.4] ### Chore