1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-02-07 13:31:56 +02:00

Release v1.11.0

This commit is contained in:
Ralph Slooten 2023-12-14 16:27:08 +13:00
parent 176d026fcc
commit bc75701abd

View File

@ -2,6 +2,19 @@
Notable changes to Mailpit will be documented in this file.
## [v1.11.0]
### API
- Allow ID "latest" for message summary, headers, raw version & HTML/link checks
### Feature
- Add configuration option to set maximum SMTP recipients ([#205](https://github.com/axllent/mailpit/issues/205))
### Libs
- Update node modules
- Update Go modules
## [v1.10.4]
### Fix