From bc75701abdd1ba1a0f71e922e3ea46d822f9909b Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Thu, 14 Dec 2023 16:27:08 +1300 Subject: [PATCH] Release v1.11.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 345a8a4..11a6441 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ Notable changes to Mailpit will be documented in this file. +## [v1.11.0] + +### API +- Allow ID "latest" for message summary, headers, raw version & HTML/link checks + +### Feature +- Add configuration option to set maximum SMTP recipients ([#205](https://github.com/axllent/mailpit/issues/205)) + +### Libs +- Update node modules +- Update Go modules + + ## [v1.10.4] ### Fix