From 0bff5fa0c24d15ac668bed793cee1dca09b572dc Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Sat, 27 Jan 2024 23:14:16 +1300 Subject: [PATCH] Release v1.13.1 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa59e81..ec992a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ Notable changes to Mailpit will be documented in this file. +## [v1.13.1] + +### Chore +- Update node dependencies +- Update Go dependencies + +### Feature +- Add TLSRequired option for smtpd ([#241](https://github.com/axllent/mailpit/issues/241)) + +### Fix +- Workaround for specific field searches containing unicode characters ([#239](https://github.com/axllent/mailpit/issues/239)) + +### UI +- Only show number of messages ignored statistics if `--ignore-duplicate-ids` is set + + ## [v1.13.0] ### Chore