From eb120a231b54b3cbd54aa48085734bafb079e1db Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Sun, 14 Jul 2024 15:13:33 +1200 Subject: [PATCH] Release v1.19.1 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 547994043..a6365900d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ Notable changes to Mailpit will be documented in this file. +## [v1.19.1] + +### Feature +- Add optional relay recipient blocklist ([#333](https://github.com/axllent/mailpit/issues/333)) + +### Chore +- Update Go dependencies +- Equal column widths in About modal +- Bump esbuild to version 0.23.0 +- Bump esbuild from 0.21.5 to 0.22.0 ([#326](https://github.com/axllent/mailpit/issues/326)) +- Bump docker/build-push-action from 5 to 6 ([#327](https://github.com/axllent/mailpit/issues/327)) + + ## [v1.19.0] ### Feature