From fb8b24cc28978f3eb123db641c6a5103e3dc5b50 Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Sat, 17 Aug 2024 23:12:53 +1200 Subject: [PATCH] Release v1.20.2 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ae1995..9973b17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ Notable changes to Mailpit will be documented in this file. +## [v1.20.2] + +### Feature +- Web UI notifications of smtpd & POP3 errors ([#347](https://github.com/axllent/mailpit/issues/347)) + +### Chore +- Update Go dependencies +- Update node dependencies +- Add debug database storage logging +- Add smtpd server logging in the CLI ([#347](https://github.com/axllent/mailpit/issues/347)) + + ## [v1.20.1] ### Chore