diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 218393f3..4cff5b91 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.1" + ".": "0.4.2" } diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 9ef04e38..e47f0512 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.4.2](https://github.com/get-eventually/go-eventually/compare/v0.4.1...v0.4.2) (2026-05-06) + + +### Bug Fixes + +* **deps:** update google.golang.org/genproto digest to 60b97b3 ([#335](https://github.com/get-eventually/go-eventually/issues/335)) ([53968ff](https://github.com/get-eventually/go-eventually/commit/53968ffab2cd3316c00638408fc77c7e39938c3c)) +* **deps:** update google.golang.org/genproto digest to 7cedc36 ([#320](https://github.com/get-eventually/go-eventually/issues/320)) ([f838c21](https://github.com/get-eventually/go-eventually/commit/f838c21529199f80cd8668694d9ee8bc90b6033a)) + ## [0.4.1](https://github.com/get-eventually/go-eventually/compare/v0.4.0...v0.4.1) (2026-04-22) > **Note:** This release retracts `v0.4.0`, which was published prematurely without the `message.Stream` iterator migration. Users on v0.4.0 should upgrade to v0.4.1.