1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-01-12 02:28:07 +02:00

Merge tag 'v1.21.8' into develop

Release v1.21.8
This commit is contained in:
Ralph Slooten 2024-12-20 16:48:13 +13:00
commit fd46d4076b

View File

@ -2,6 +2,16 @@
Notable changes to Mailpit will be documented in this file.
## [v1.21.8]
### Chore
- Update node dependencies
- Update Go dependencies
### Fix
- **db:** Remove unused FOREIGN KEY REFERENCES in message_tags table ([#374](https://github.com/axllent/mailpit/issues/374))
## [v1.21.7]
### Chore