From e6812db3d4bc1557e0b321dd0d6ace8177bb772d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 20:28:56 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- docs/CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) 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..74473fcb 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.4.4](https://github.com/get-eventually/go-eventually/compare/v0.4.3...v0.4.4) (2026-09-08) + + +### Bug Fixes + +* **deps:** update all non-major dependencies to v1.46.0 ([#361](https://github.com/get-eventually/go-eventually/issues/361)) ([4222124](https://github.com/get-eventually/go-eventually/commit/4222124216e618e397959a35da863e2c824f07a1)) +* **deps:** update google.golang.org/genproto digest to f8649dd ([#358](https://github.com/get-eventually/go-eventually/issues/358)) ([09cfa5e](https://github.com/get-eventually/go-eventually/commit/09cfa5e7553897127ce3261791e9f0529a32713b)) +* **deps:** update module github.com/jackc/pgx/v5 to v5.11.0 ([#362](https://github.com/get-eventually/go-eventually/issues/362)) ([e7788f8](https://github.com/get-eventually/go-eventually/commit/e7788f831c5dd10237cf5af04230e91421d574a0)) +* **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)