From 026d67690198ca523c2d5005591869b67f3f6c84 Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Sun, 10 Mar 2024 08:11:31 +1300 Subject: [PATCH] Release v1.14.2 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ceeb8f79..3fa795ab9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ Notable changes to Mailpit will be documented in this file. +## [v1.14.2] + +### Chore +- Allow setting of multiple message tags via plus addresses ([#253](https://github.com/axllent/mailpit/issues/253)) + +### Fix +- Prevent runtime error when calculating total messages size of empty table ([#263](https://github.com/axllent/mailpit/issues/263)) + + ## [v1.14.1] ### Chore