From b810caeba141f5fcfa43af636cb13a08aaf719ac Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 14:21:37 +0000 Subject: [PATCH] chore(main): Release v4.96.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d682c4d44f..c207b7ed86 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.96.3" + ".": "4.96.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0673050eb3..e7060049f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.96.4](https://github.com/cloudquery/plugin-sdk/compare/v4.96.3...v4.96.4) (2026-09-02) + + +### Bug Fixes + +* **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.27.19 ([#2585](https://github.com/cloudquery/plugin-sdk/issues/2585)) ([a4b25a4](https://github.com/cloudquery/plugin-sdk/commit/a4b25a40d5f5c929b5c17d1969ba5ad952da4a55)) +* **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.27.20 ([#2587](https://github.com/cloudquery/plugin-sdk/issues/2587)) ([167d1cc](https://github.com/cloudquery/plugin-sdk/commit/167d1cc833864ea861da4ade117b527f93d9d38e)) + ## [4.96.3](https://github.com/cloudquery/plugin-sdk/compare/v4.96.2...v4.96.3) (2026-09-01)