From 120f078a32ab1606df9e38f8acd23d679601f2c0 Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Sun, 24 Aug 2025 13:47:25 +1200 Subject: [PATCH] Release v1.27.6 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83fbb98..85aa1d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ Notable changes to Mailpit will be documented in this file. +## [v1.27.6] + +### Feature +- Add optional --no-release-check to version subcommand ([#557](https://github.com/axllent/mailpit/issues/557)) + +### Chore +- Set HELO/EHLO hostname when connecting to external SMTP server ([#556](https://github.com/axllent/mailpit/issues/556)) +- Update Go dependencies +- Update node dependencies + + ## [v1.27.5] ### Chore