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)