From 6eff554469f681ab99f540fc440e24e06a7be636 Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Sat, 6 Dec 2025 10:18:15 -0800 Subject: [PATCH] chore: release 3.1.1 (#590) Signed-off-by: James Hillyerd --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e097217..1a8880f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v3.1.1] - 2025-12-06 + +### Fixed +- Go version update for CVE-2025-47907 +- Removed broken Windows arm7 build (#589) + + ## [v3.1.0] - 2025-07-27 ### Added @@ -379,7 +386,8 @@ No change from beta1. specific message. -[Unreleased]: https://github.com/inbucket/inbucket/compare/v3.1.0...main +[Unreleased]: https://github.com/inbucket/inbucket/compare/v3.1.1...main +[v3.1.1]: https://github.com/inbucket/inbucket/compare/v3.1.0...v3.1.1 [v3.1.0]: https://github.com/inbucket/inbucket/compare/v3.1.0-beta3...v3.1.0 [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