From 04410ff463f21adca47fb64d29fa9596b1a2143b Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Sun, 26 Jan 2025 13:37:03 +1300 Subject: [PATCH] Release v1.22.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9f7f79..2cf221b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ Notable changes to Mailpit will be documented in this file. +## [v1.22.0] + +### Feature +- SMTP auto-forwarding option ([#414](https://github.com/axllent/mailpit/issues/414)) +- Option to override the From email address in SMTP relay configuration ([#414](https://github.com/axllent/mailpit/issues/414)) +- Add Chaos functionality to test integration handling of SMTP error responses ([#402](https://github.com/axllent/mailpit/issues/402), [#110](https://github.com/axllent/mailpit/issues/110), [#144](https://github.com/axllent/mailpit/issues/144) & [#268](https://github.com/axllent/mailpit/issues/268)) + +### Chore +- Update node dependencies +- Update Go dependencies + +### Fix +- Update command `npm run update-caniemail` save path ([#422](https://github.com/axllent/mailpit/issues/422)) +- Correct date formatting in TestMakeHeaders + + ## [v1.21.8] ### Chore