From 5240b1b33e288e64d385e37470653863aa3aeed6 Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Sun, 25 May 2025 10:12:05 +1200 Subject: [PATCH] Release v1.25.1 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6d9469..ee82606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ Notable changes to Mailpit will be documented in this file. +## [v1.25.1] + +### Chore +- Switch from unnecessary float64 to uint64 API values for App Information, message & attachment sizes +- Extend latest version cache expiration from 5 to 15 minutes +- Lighten outline-secondary buttons in dark mode +- Add note to swagger docs about API date formats +- Update Go dependencies +- Update node dependencies + +### Fix +- Update bootstrap5-tags to fix text pasting in message release modal ([#498](https://github.com/axllent/mailpit/issues/498)) + + ## [v1.25.0] ### Feature