From b34877b3ff7f2cb9170bf118dcd77b8012e73a93 Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Fri, 6 Oct 2023 17:10:29 +1300 Subject: [PATCH] Release v1.9.6 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9698471..f5c47c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ Notable changes to Mailpit will be documented in this file. +## [v1.9.6] + +### Libs +- Update node modules +- Update Go modules + +### UI +- Display message previews on separate line ([#175](https://github.com/axllent/mailpit/issues/175)) + + ## [v1.9.5] ### Feature