1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-01-04 00:15:54 +02:00

Release v1.9.9

This commit is contained in:
Ralph Slooten 2023-10-20 23:33:25 +13:00
parent 2812c63b01
commit 8908706c1c

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