From 6ce403f4041e742a5ec0bb004291c94f4795fb61 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 6 Feb 2026 16:03:17 +0000 Subject: [PATCH] chore(main): Release v0.3.37 --- .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 e317b5a..533e620 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.36" + ".": "0.3.37" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9025016..1f4b814 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.37](https://github.com/cloudquery/codegen/compare/v0.3.36...v0.3.37) (2026-02-06) + + +### Bug Fixes + +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.94.2 ([#407](https://github.com/cloudquery/codegen/issues/407)) ([41c4bc3](https://github.com/cloudquery/codegen/commit/41c4bc3194103d04bec8f0d553ebc429bb901475)) + ## [0.3.36](https://github.com/cloudquery/codegen/compare/v0.3.35...v0.3.36) (2026-02-03)