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..0673050eb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ 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-09-01) + + +### 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 golang.org/x/exp digest to e88cd73 ([#2574](https://github.com/cloudquery/plugin-sdk/issues/2574)) ([15f2226](https://github.com/cloudquery/plugin-sdk/commit/15f222656fcf6221d4ab3db195a55bed01708f34)) +* **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.27.18 ([#2583](https://github.com/cloudquery/plugin-sdk/issues/2583)) ([ef6e350](https://github.com/cloudquery/plugin-sdk/commit/ef6e350cbc614c613fb6b1af1a2e7835ee9b67d1)) +* **deps:** Update module github.com/grpc-ecosystem/go-grpc-middleware/v2 to v2.3.4 ([#2575](https://github.com/cloudquery/plugin-sdk/issues/2575)) ([c16707d](https://github.com/cloudquery/plugin-sdk/commit/c16707deafbb2c96c36e7aad24964f875fba91e4)) +* **deps:** Update module github.com/santhosh-tekuri/jsonschema/v6 to v6.0.3 ([#2576](https://github.com/cloudquery/plugin-sdk/issues/2576)) ([9db5ae0](https://github.com/cloudquery/plugin-sdk/commit/9db5ae053e85182198301e862e818ed0fb61d3ba)) +* **deps:** Update module github.com/stretchr/testify to v1.12.1 ([#2579](https://github.com/cloudquery/plugin-sdk/issues/2579)) ([e128882](https://github.com/cloudquery/plugin-sdk/commit/e128882d40fc7a38144ac5b29855cab4abb70377)) +* **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)) +* **deps:** Update opentelemetry-go monorepo ([#2581](https://github.com/cloudquery/plugin-sdk/issues/2581)) ([61149bd](https://github.com/cloudquery/plugin-sdk/commit/61149bd15810346e32d427414266b0d6e7e307bb)) + ## [4.96.2](https://github.com/cloudquery/plugin-sdk/compare/v4.96.1...v4.96.2) (2026-08-24)