Release v1.29.2

This commit is contained in:
Ralph Slooten
2026-02-25 12:28:44 +13:00
parent 4f651e4f14
commit f1d0bcda90

View File

@@ -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