diff --git a/CHANGELOG.md b/CHANGELOG.md index ca98960..421c498 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added - Support for IP address as domain in RCPT TO (#285) +## [v3.0.4] - 2022-10-02 + +### Fixed +- More flexible support of `AUTH=<>` FROM parameter (#291) + ## [v3.0.3] - 2022-08-07 @@ -313,7 +318,8 @@ No change from beta1. specific message. -[Unreleased]: https://github.com/inbucket/inbucket/compare/v3.0.3...main +[Unreleased]: https://github.com/inbucket/inbucket/compare/v3.0.4...main +[v3.0.4]: https://github.com/inbucket/inbucket/compare/v3.0.3...v3.0.4 [v3.0.3]: https://github.com/inbucket/inbucket/compare/v3.0.2...v3.0.3 [v3.0.2]: https://github.com/inbucket/inbucket/compare/v3.0.1-rc2...v3.0.2 [v3.0.1-rc2]: https://github.com/inbucket/inbucket/compare/v3.0.1-rc1...v3.0.1-rc2