1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-02-05 13:14:57 +02:00

Release v1.15.0

This commit is contained in:
Ralph Slooten 2024-03-17 15:06:19 +13:00
parent be3729c891
commit b55fd26906

View File

@ -2,6 +2,19 @@
Notable changes to Mailpit will be documented in this file.
## [v1.15.0]
### Chore
- Update node dependencies
- Update Go dependencies
### Feature
- Add SMTP TLS option ([#265](https://github.com/axllent/mailpit/issues/265))
### Fix
- Enforce SMTP STARTTLS by default if authentication is set
## [v1.14.4]
### Chore