diff --git a/CHANGELOG.md b/CHANGELOG.md index f695460..0d385f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [v3.0.1-rc1] - 2022-01-17 + +### Fixed +- GitHub built packages (rpm, deb, tarball) no longer missing UI files (#250) + +### Changed +- Update Go dependencies +- Update NPM dependencies + + ## [v3.0.0] - 2021-09-19 Unchanged from rc4. @@ -274,6 +284,7 @@ No change from beta1. specific message. [Unreleased]: https://github.com/inbucket/inbucket/compare/master...develop +[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 [v3.0.0-rc2]: https://github.com/inbucket/inbucket/compare/v3.0.0-rc1...v3.0.0-rc2