From 06151b11e8cd0be9d9b2b27cd888b2279e1255a2 Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 06:34:24 +0000 Subject: [PATCH] chore(main): Release v4.96.3 --- .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 88f780d300..d682c4d44f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.96.2" + ".": "4.96.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bf4a5b829..c463896bfd 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.3](https://github.com/cloudquery/plugin-sdk/compare/v4.96.2...v4.96.3) (2026-08-31) + + +### Bug Fixes + +* **deps:** Update aws-sdk-go-v2 monorepo ([#2570](https://github.com/cloudquery/plugin-sdk/issues/2570)) ([cdb9e67](https://github.com/cloudquery/plugin-sdk/commit/cdb9e675cc4f2b405eae829bbc81040ac7f940e3)) +* **deps:** Update module google.golang.org/grpc to v1.83.1 ([#2571](https://github.com/cloudquery/plugin-sdk/issues/2571)) ([1131002](https://github.com/cloudquery/plugin-sdk/commit/113100201dc27a6fec4cb70d63c449a5de04cf00)) + ## [4.96.2](https://github.com/cloudquery/plugin-sdk/compare/v4.96.1...v4.96.2) (2026-08-24)