From c0be3da5bf3078826e654798238754d4034c7dd8 Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Sun, 17 Dec 2023 10:48:57 +1300 Subject: [PATCH] Release v1.11.1 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11a6441..8552c2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ Notable changes to Mailpit will be documented in this file. +## [v1.11.1] + +### Fix +- Fix regression to support for search query params to all `/latest` endpoints ([#206](https://github.com/axllent/mailpit/issues/206)) + +### Libs +- Update node modules +- Update Go modules + +### Testing +- Add new `ingest` subcommand to import an email file or maildir folder over SMTP + +### UI +- Allow multiple tags to be searched using Ctrl-click ([#216](https://github.com/axllent/mailpit/issues/216)) + + ## [v1.11.0] ### API