From 803adf29ac462e0010df0963cb796db3ab3ea14b Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Fri, 6 Jun 2025 19:05:39 +1200 Subject: [PATCH] Release v1.26.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee82606..eb9a3eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ Notable changes to Mailpit will be documented in this file. +## [v1.26.0] + +### Feature +- Send API allow separate auth ([#504](https://github.com/axllent/mailpit/issues/504)) +- Add Prometheus exporter ([#505](https://github.com/axllent/mailpit/issues/505)) + +### Chore +- Add MP_DATA_FILE deprecation warning +- Update Go dependencies +- Update node dependencies + +### Fix +- Ignore basic auth for OPTIONS requests to API when CORS is set +- Fix sendmail symlink detection for macOS ([#514](https://github.com/axllent/mailpit/issues/514)) + + ## [v1.25.1] ### Chore