diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b81fe00b..ec087f98 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.3" + ".": "0.4.4" } diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c1eeb24c..b5c22d44 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.4](https://github.com/get-eventually/go-eventually/compare/v0.4.3...v0.4.4) (2026-08-21) + + +### Bug Fixes + +* **deps:** update module github.com/stretchr/testify to v1.12.1 ([#359](https://github.com/get-eventually/go-eventually/issues/359)) ([a88a5fc](https://github.com/get-eventually/go-eventually/commit/a88a5fcc4e54544502176fbb6afd255af45332c5)) + ## [0.4.3](https://github.com/get-eventually/go-eventually/compare/v0.4.2...v0.4.3) (2026-08-19)