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..1d6392b635 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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-11) + + +### 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 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 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)) + ## [4.96.1](https://github.com/cloudquery/plugin-sdk/compare/v4.96.0...v4.96.1) (2026-08-04)