From 14943324e8cc65a3d74cd8894630736d13fc3551 Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Sun, 21 Jul 2024 16:11:48 +1200 Subject: [PATCH] Release v1.19.2 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a636590..316c6d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ Notable changes to Mailpit will be documented in this file. +## [v1.19.2] + +### Chore +- Update Go dependencies + +### Fix +- Update Inbox "Delete All" count when new messages are detected ([#334](https://github.com/axllent/mailpit/issues/334)) + + ## [v1.19.1] ### Feature