From 3645219615ee921359fb326cb6ff0ec2829a2ef2 Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Wed, 27 Aug 2025 15:57:09 +1200 Subject: [PATCH] Release v1.27.7 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85aa1d1..e7c264b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ Notable changes to Mailpit will be documented in this file. +## [v1.27.7] + +### Fix +- Move HELO/EHLO hostname setting to the correct position in SMTP client creation ([#558](https://github.com/axllent/mailpit/issues/558)) + + ## [v1.27.6] ### Feature