From 020f66859e5359ae2b0748c8f28611610c00d0a3 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 1 Dec 2025 02:35:45 +0000 Subject: [PATCH] chore(main): Release v4.92.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e2b30744d4..837894bfbd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.92.0" + ".": "4.92.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c8c3cea487..84433fb3c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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.92.1](https://github.com/cloudquery/plugin-sdk/compare/v4.92.0...v4.92.1) (2025-12-01) + + +### Bug Fixes + +* **deps:** Update aws-sdk-go-v2 monorepo ([#2324](https://github.com/cloudquery/plugin-sdk/issues/2324)) ([681c70f](https://github.com/cloudquery/plugin-sdk/commit/681c70f615659baa4e3a6ca6d96ad97d98b7d926)) +* **deps:** Update aws-sdk-go-v2 monorepo ([#2327](https://github.com/cloudquery/plugin-sdk/issues/2327)) ([36789b9](https://github.com/cloudquery/plugin-sdk/commit/36789b9829a53f7a04294b6f2f21b00d0a4be3ef)) +* **deps:** Update aws-sdk-go-v2 monorepo ([#2330](https://github.com/cloudquery/plugin-sdk/issues/2330)) ([9316597](https://github.com/cloudquery/plugin-sdk/commit/9316597f8140c976a8f2a238350f78be63f4ec74)) +* **deps:** Update aws-sdk-go-v2 monorepo ([#2332](https://github.com/cloudquery/plugin-sdk/issues/2332)) ([5f05015](https://github.com/cloudquery/plugin-sdk/commit/5f050154219dd7409e6f6b5ac0e08ef0365853d6)) +* **deps:** Update module github.com/grpc-ecosystem/go-grpc-middleware/v2 to v2.3.3 ([#2334](https://github.com/cloudquery/plugin-sdk/issues/2334)) ([10231d3](https://github.com/cloudquery/plugin-sdk/commit/10231d34221340423edb18ab771c699a1266690c)) +* **deps:** Update module golang.org/x/oauth2 to v0.33.0 ([#2336](https://github.com/cloudquery/plugin-sdk/issues/2336)) ([1a46188](https://github.com/cloudquery/plugin-sdk/commit/1a46188f0fb38516258c40ff9b9832e73b0b1c79)) + ## [4.92.0](https://github.com/cloudquery/plugin-sdk/compare/v4.91.0...v4.92.0) (2025-11-06)