From 57d32c6627d06f53cbfd46d6abdd70413b3dea3f Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Thu, 24 Oct 2024 23:51:47 +1300 Subject: [PATCH] Release v1.21.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8c299e..beb13e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ Notable changes to Mailpit will be documented in this file. +## [v1.21.0] + +### Feature +- Experimental Unix socket support for HTTPD & SMTPD ([#373](https://github.com/axllent/mailpit/issues/373)) + +### Fix +- Allow multiple item selection on macOS with Cmd-click ([#378](https://github.com/axllent/mailpit/issues/378)) + + ## [v1.20.7] ### Chore