1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-03-17 21:18:19 +02:00

Merge tag 'v1.9.9' into develop

Release v1.9.9
This commit is contained in:
Ralph Slooten 2023-10-20 23:33:31 +13:00
commit 420fc9f511

View File

@ -2,6 +2,20 @@
Notable changes to Mailpit will be documented in this file.
## [v1.9.9]
### Chore
- Move html2text module to internal/html2text
### Feature
- Set optional webhook for received messages ([#195](https://github.com/axllent/mailpit/issues/195))
- Reset message date on release ([#194](https://github.com/axllent/mailpit/issues/194))
### Libs
- update node modules
- Update Go modules
## [v1.9.8]
### Chore