From b5af86ddaecc35295e60a55d4527209b6a6b6cb7 Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Wed, 24 Apr 2024 16:51:25 +1200 Subject: [PATCH] Release v1.17.1 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5db1bbb..c9d75e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ Notable changes to Mailpit will be documented in this file. +## [v1.17.1] + +### Chore +- Update node dependencies +- Update Go dependencies +- Clearer error messages for read/write permission failures ([#281](https://github.com/axllent/mailpit/issues/281)) + +### Fix +- Prevent error when two identical tags are added at the exact same time ([#283](https://github.com/axllent/mailpit/issues/283)) + + ## [v1.17.0] ### Chore