From 489942725dc6bad94dc8c408e896084e7312e871 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sat, 17 Jan 2026 01:32:31 +0000 Subject: [PATCH] chore(main): Release v4.94.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 12b27aa8e2..dab4c44237 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.94.0" + ".": "4.94.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a56a5b0c7..963341f200 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.94.1](https://github.com/cloudquery/plugin-sdk/compare/v4.94.0...v4.94.1) (2026-01-17) + + +### Bug Fixes + +* **deps:** Update aws-sdk-go-v2 monorepo ([#2390](https://github.com/cloudquery/plugin-sdk/issues/2390)) ([f50c14c](https://github.com/cloudquery/plugin-sdk/commit/f50c14c3b6bb1b9b1314dc013cb4e78ad5327707)) + ## [4.94.0](https://github.com/cloudquery/plugin-sdk/compare/v4.93.1...v4.94.0) (2026-01-12)