From 6709893d73d8f43470b9f3924fb14b1a000d030c Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 1 Aug 2025 02:07:47 +0100 Subject: [PATCH] chore(main): Release v0.3.32 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6f30ad5..ac31845 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.31" + ".": "0.3.32" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bbf9f23..ca8e300 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.3.32](https://github.com/cloudquery/codegen/compare/v0.3.31...v0.3.32) (2025-08-01) + + +### Bug Fixes + +* **deps:** Update golang.org/x/exp digest to 645b1fa ([#367](https://github.com/cloudquery/codegen/issues/367)) ([b08f3ba](https://github.com/cloudquery/codegen/commit/b08f3ba16eab148e03db338938af6f938493233a)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.87.2 ([#360](https://github.com/cloudquery/codegen/issues/360)) ([55d36fc](https://github.com/cloudquery/codegen/commit/55d36fcfde7af9b4808cdd678b10113067a1adb5)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.87.3 ([#362](https://github.com/cloudquery/codegen/issues/362)) ([45ff30b](https://github.com/cloudquery/codegen/commit/45ff30b1ce56a6a86cff6535ad207fc2c93efe79)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.87.4 ([#364](https://github.com/cloudquery/codegen/issues/364)) ([c31464c](https://github.com/cloudquery/codegen/commit/c31464cb884c92ea7a5f18096667adec19b82831)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.88.0 ([#365](https://github.com/cloudquery/codegen/issues/365)) ([883fc61](https://github.com/cloudquery/codegen/commit/883fc61feb7add9d98468e7f5ea17f8b7a7f5708)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.88.1 ([#366](https://github.com/cloudquery/codegen/issues/366)) ([b1d387a](https://github.com/cloudquery/codegen/commit/b1d387a204bbddf5a44f7813036d37570eb3fa0c)) + ## [0.3.31](https://github.com/cloudquery/codegen/compare/v0.3.30...v0.3.31) (2025-07-09)