From 532246289939b3cb1b3ebd7be89ed11cfa6a0278 Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Sun, 23 Jan 2022 17:42:32 -0800 Subject: [PATCH] Update changelog for 3.0.1-rc2 Signed-off-by: James Hillyerd --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e760ddd..2274176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [v3.0.1-rc2] - 2022-01-23 + +### Added +- Builds for arm7 and arm64 platforms + ### Changed - Abandoned git-flow process, the `master` branch renamed to `main` @@ -287,7 +293,8 @@ No change from beta1. specific message. -[Unreleased]: https://github.com/inbucket/inbucket/compare/v3.0.1-rc1...main +[Unreleased]: https://github.com/inbucket/inbucket/compare/v3.0.1-rc2...main +[v3.0.1-rc2]: https://github.com/inbucket/inbucket/compare/v3.0.1-rc1...v3.0.1-rc2 [v3.0.1-rc1]: https://github.com/inbucket/inbucket/compare/v3.0.0...v3.0.1-rc1 [v3.0.0]: https://github.com/inbucket/inbucket/compare/v3.0.0-rc4...v3.0.0 [v3.0.0-rc4]: https://github.com/inbucket/inbucket/compare/v3.0.0-rc2...v3.0.0-rc4