From 17ac3397950d977c0ef2b09148d233894c81541d Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 30 May 2025 16:37:01 +0100 Subject: [PATCH] chore(main): Release v0.3.29 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9c5e459..aead370 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.28" + ".": "0.3.29" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 69053bc..005710f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.3.29](https://github.com/cloudquery/codegen/compare/v0.3.28...v0.3.29) (2025-05-30) + + +### Bug Fixes + +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.80.1 ([#336](https://github.com/cloudquery/codegen/issues/336)) ([7a6ff17](https://github.com/cloudquery/codegen/commit/7a6ff175fc3548d66d95a1f963323d6ffda838d5)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.80.2 ([#338](https://github.com/cloudquery/codegen/issues/338)) ([9adda19](https://github.com/cloudquery/codegen/commit/9adda19f82e7ab689334288546f01e75c45c5a46)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.80.3 ([#339](https://github.com/cloudquery/codegen/issues/339)) ([dc243c7](https://github.com/cloudquery/codegen/commit/dc243c7e38b2c4656b36cbaf9da577d13a83ac9b)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.81.0 ([#340](https://github.com/cloudquery/codegen/issues/340)) ([2012b96](https://github.com/cloudquery/codegen/commit/2012b9615c8bada88706889f2fc21093206f99fa)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.82.0 ([#341](https://github.com/cloudquery/codegen/issues/341)) ([beb7ec1](https://github.com/cloudquery/codegen/commit/beb7ec1e1198a7387a7b5fec30fe666e5b352e47)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.82.1 ([#342](https://github.com/cloudquery/codegen/issues/342)) ([639d4b6](https://github.com/cloudquery/codegen/commit/639d4b6adb6e711cb4fb83ebbadf2d0877bb43cb)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.82.2 ([#343](https://github.com/cloudquery/codegen/issues/343)) ([ad09e9d](https://github.com/cloudquery/codegen/commit/ad09e9d119e2b48a3e4c370badbd05da68a1c7ae)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.83.0 ([#344](https://github.com/cloudquery/codegen/issues/344)) ([2bfc5bd](https://github.com/cloudquery/codegen/commit/2bfc5bda7a52648670232485a76b8d117e8b2886)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.84.0 ([#345](https://github.com/cloudquery/codegen/issues/345)) ([2bba912](https://github.com/cloudquery/codegen/commit/2bba91280eb50ca7dd8e7bbc7c245a3b725e425d)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.84.1 ([#346](https://github.com/cloudquery/codegen/issues/346)) ([b23cac0](https://github.com/cloudquery/codegen/commit/b23cac04111856e287131ee4feac90eeaf7fcaaf)) + ## [0.3.28](https://github.com/cloudquery/codegen/compare/v0.3.27...v0.3.28) (2025-05-09)