From 68cf9271a9bdcfce6e650885e34778a3a7a2682f Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 16 Dec 2025 12:37:34 +0000 Subject: [PATCH] chore(main): Release v0.3.34 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 92e9043..a4332cc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.33" + ".": "0.3.34" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 613518f..cbff891 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.3.34](https://github.com/cloudquery/codegen/compare/v0.3.33...v0.3.34) (2025-12-16) + + +### Bug Fixes + +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.92.0 ([#389](https://github.com/cloudquery/codegen/issues/389)) ([dd8c36a](https://github.com/cloudquery/codegen/commit/dd8c36a22d0b0c5fee142c5392623306fc62e372)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.92.1 ([#394](https://github.com/cloudquery/codegen/issues/394)) ([43f1e60](https://github.com/cloudquery/codegen/commit/43f1e60fc9605166e69b9da28581b0fce06d9285)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.93.0 ([#395](https://github.com/cloudquery/codegen/issues/395)) ([7b91607](https://github.com/cloudquery/codegen/commit/7b91607351a81e7e1a4d35286f79aaf8344941f2)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.93.1 ([#396](https://github.com/cloudquery/codegen/issues/396)) ([def89ef](https://github.com/cloudquery/codegen/commit/def89ef71ae692e8e338c408deafa3f7e3f5b0f0)) + ## [0.3.33](https://github.com/cloudquery/codegen/compare/v0.3.32...v0.3.33) (2025-11-03)