From bd51662ce8a13ed66b8b3b66bd3089cf337981e9 Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Sat, 2 Nov 2024 13:08:23 -0700 Subject: [PATCH] release 3.1.0-beta3 (#554) Signed-off-by: James Hillyerd --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ac12b1..89299e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [v3.1.0-beta3] - 2024-11-02 + ### Added - Lua scripting additions: - Add `SMTPSession` and `BeforeRcptToAccepted` event (#541) @@ -367,7 +370,8 @@ No change from beta1. specific message. -[Unreleased]: https://github.com/inbucket/inbucket/compare/v3.1.0-beta2...main +[Unreleased]: https://github.com/inbucket/inbucket/compare/v3.1.0-beta3...main +[v3.1.0-beta3]: https://github.com/inbucket/inbucket/compare/v3.1.0-beta2...v3.1.0-beta3 [v3.1.0-beta2]: https://github.com/inbucket/inbucket/compare/v3.1.0-beta1...v3.1.0-beta2 [v3.1.0-beta1]: https://github.com/inbucket/inbucket/compare/v3.0.4...v3.1.0-beta1 [v3.0.4]: https://github.com/inbucket/inbucket/compare/v3.0.3...v3.0.4