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)