1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-02-09 13:38:37 +02:00

Release v1.18.1

This commit is contained in:
Ralph Slooten 2024-05-09 17:03:16 +12:00
parent ead3fad1dd
commit 2a5559f5f0

View File

@ -2,6 +2,17 @@
Notable changes to Mailpit will be documented in this file.
## [v1.18.1]
### Chore
- Update node dependencies
- Update Go dependencies
- Simplify JSON HTTP responses
### Feature
- Return queued Message ID in SMTP response ([#293](https://github.com/axllent/mailpit/issues/293))
## [v1.18.0]
### Chore