From 1a196539d0f20984180a9957642178fc7a2fcaf4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 07:16:27 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- docs/CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4cff5b91..b81fe00b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.2" + ".": "0.4.3" } diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f7abd022..feb43ba7 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.4.3](https://github.com/get-eventually/go-eventually/compare/v0.4.2...v0.4.3) (2026-08-10) + + +### Bug Fixes + +* **deps:** update all non-major dependencies to v0.44.0 ([#353](https://github.com/get-eventually/go-eventually/issues/353)) ([a3d825b](https://github.com/get-eventually/go-eventually/commit/a3d825bd1a4fde44d2545a7f201d53632415044a)) +* **deps:** update all non-major dependencies to v1.45.0 ([#351](https://github.com/get-eventually/go-eventually/issues/351)) ([cb89913](https://github.com/get-eventually/go-eventually/commit/cb89913f03ca0a4e494256876aad4532aa585e36)) +* **deps:** update google.golang.org/genproto digest to c8921c7 ([#348](https://github.com/get-eventually/go-eventually/issues/348)) ([6cd43a2](https://github.com/get-eventually/go-eventually/commit/6cd43a20ab3284a1b03888ae58a505d0a9228280)) + ## [0.4.2](https://github.com/get-eventually/go-eventually/compare/v0.4.1...v0.4.2) (2026-06-26)