From f0d42e8423ecc6722823825517a891a9a2d1ef56 Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 18:16:59 +0000 Subject: [PATCH] chore(main): Release v4.96.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 20d7ece718..88f780d300 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.96.1" + ".": "4.96.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f6f2915e2e..4bf4a5b829 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ 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.2](https://github.com/cloudquery/plugin-sdk/compare/v4.96.1...v4.96.2) (2026-08-24) + + +### Bug Fixes + +* **deps:** Update aws-sdk-go-v2 monorepo ([#2559](https://github.com/cloudquery/plugin-sdk/issues/2559)) ([ba9995f](https://github.com/cloudquery/plugin-sdk/commit/ba9995f36aa2b066a4ce5b40599b4a8a46728f9b)) +* **deps:** Update aws-sdk-go-v2 monorepo ([#2564](https://github.com/cloudquery/plugin-sdk/issues/2564)) ([1da1cae](https://github.com/cloudquery/plugin-sdk/commit/1da1cae2d3591860c15007b3b88167d0770c1fb7)) +* **deps:** Update aws-sdk-go-v2 monorepo ([#2566](https://github.com/cloudquery/plugin-sdk/issues/2566)) ([21c85ea](https://github.com/cloudquery/plugin-sdk/commit/21c85ea8146bceb33bb4602d94b2ea69eb40f7e8)) +* **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.27.16 ([#2563](https://github.com/cloudquery/plugin-sdk/issues/2563)) ([8f2b48f](https://github.com/cloudquery/plugin-sdk/commit/8f2b48f5f96e4ae992f9c4ae59b6ceeabe365afc)) +* **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.27.17 ([#2568](https://github.com/cloudquery/plugin-sdk/issues/2568)) ([a97911f](https://github.com/cloudquery/plugin-sdk/commit/a97911ff3c69347f8451f0b48f8d6e1b1f1def1d)) +* **deps:** Update module google.golang.org/grpc to v1.83.0 ([#2560](https://github.com/cloudquery/plugin-sdk/issues/2560)) ([e2a6375](https://github.com/cloudquery/plugin-sdk/commit/e2a6375350d5a3bfc53b5ad9616054448a1f337d)) +* **deps:** Update module google.golang.org/protobuf to v1.36.12 ([#2567](https://github.com/cloudquery/plugin-sdk/issues/2567)) ([da9ba57](https://github.com/cloudquery/plugin-sdk/commit/da9ba57543fb93e52679d589dd81bc88c660fbb3)) + ## [4.96.1](https://github.com/cloudquery/plugin-sdk/compare/v4.96.0...v4.96.1) (2026-08-04)