From a4b081f9b9f1fd78e4e4de1b920a567bff5e89f3 Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Wed, 19 Jun 2024 16:25:12 +1200 Subject: [PATCH] Release v1.18.6 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10f7cebcf..d7893a576 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ Notable changes to Mailpit will be documented in this file. +## [v1.18.6] + +### Chore +- Update caniemail database +- Update node dependencies +- Update Go dependencies +- Delete multiple POP3 messages in single action +- Handle POP3 RSET command + +### Fix +- POP3 end of file reached error ([#315](https://github.com/axllent/mailpit/issues/315)) +- POP3 size output to show compatible sizes ([#312](https://github.com/axllent/mailpit/issues/312)) + + ## [v1.18.5] ### Chore