diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a4332cc..c09375d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.34" + ".": "0.3.35" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fae42b..95f70e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.35](https://github.com/cloudquery/codegen/compare/v0.3.34...v0.3.35) (2026-01-02) + + +### Bug Fixes + +* Revert "fix(deps): Update dependency go to v1.25.5 ([#382](https://github.com/cloudquery/codegen/issues/382))" ([#400](https://github.com/cloudquery/codegen/issues/400)) ([fc3b925](https://github.com/cloudquery/codegen/commit/fc3b9252ff45a5c59555a3d455d52cab88282e30)) + ## [0.3.34](https://github.com/cloudquery/codegen/compare/v0.3.33...v0.3.34) (2026-01-02)