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

Release v1.6.9

This commit is contained in:
Ralph Slooten 2023-05-09 17:17:58 +12:00
parent 635714945e
commit b1e3e1f879

View File

@ -2,6 +2,19 @@
Notable changes to Mailpit will be documented in this file.
## [v1.6.9]
### API
- Return blank 200 response for OPTIONS requests (CORS)
### Bugfix
- Correctly escape JS cid regex
### Libs
- Update node modules
- Update Go modules
## [v1.6.8]
### Bugfix