From ed8cac24545bcba2d52afd743d260a7ed249fa2f Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Sat, 2 Mar 2024 23:12:29 +1300 Subject: [PATCH] Release v1.14.1 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0782736..1ceeb8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ Notable changes to Mailpit will be documented in this file. +## [v1.14.1] + +### Chore +- Tag names now allow `.` and must be a minimum of 1 character +- Update node dependencies +- Update Go dependencies + +### Feature +- Option to enforce TitleCasing for all newly created tags +- Set message tags using plus addressing ([#253](https://github.com/axllent/mailpit/issues/253)) + +### Fix +- Handle null values in Mailpit settings, set DeletedSize=0 if null + + ## [v1.14.0] ### Chore