From f1d0bcda9092193cf256d828e8f4b43fe693c439 Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Wed, 25 Feb 2026 12:28:44 +1300 Subject: [PATCH] Release v1.29.2 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c90a2c7..ab04866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ Notable changes to Mailpit will be documented in this file. +## [v1.29.2] + +### Security +- Prevent Server-Side Request Forgery (SSRF) via Link Check API ([GHSA-mpf7-p9x7-96r3](https://github.com/axllent/mailpit/security/advisories/GHSA-mpf7-p9x7-96r3)) + +### Chore +- Upgrade eslint JavaScript linting +- Update Go dependencies +- Update node dependencies +- Update caniemail test database + +### Fix +- Update install instructions when setting INSTALL_PATH +- Include 8BITMIME in SMTPD EHLO response ([#648](https://github.com/axllent/mailpit/issues/648)) + + ## [v1.29.1] ### Chore