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

Release v1.20.2

This commit is contained in:
Ralph Slooten
2024-08-17 23:12:53 +12:00
parent 7d55e20e85
commit fb8b24cc28

View File

@@ -2,6 +2,18 @@
Notable changes to Mailpit will be documented in this file.
## [v1.20.2]
### Feature
- Web UI notifications of smtpd & POP3 errors ([#347](https://github.com/axllent/mailpit/issues/347))
### Chore
- Update Go dependencies
- Update node dependencies
- Add debug database storage logging
- Add smtpd server logging in the CLI ([#347](https://github.com/axllent/mailpit/issues/347))
## [v1.20.1]
### Chore