1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-08-13 20:04:49 +02:00

Release v1.24.0

This commit is contained in:
Ralph Slooten
2025-03-29 22:29:58 +13:00
parent c204339dbb
commit 019613004d

View File

@@ -2,6 +2,19 @@
Notable changes to Mailpit will be documented in this file.
## [v1.24.0]
### Feature
- Add TLS forwarding support and refactor forwarding function
- Add TLS relay support and refactor relay function ([#471](https://github.com/axllent/mailpit/issues/471))
### Chore
- Update node dependencies
- Update Go dependencies
- Standardize error message casing
- Update Go dependencies
## [v1.23.2]
### Chore