diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 51684f3..d808b91 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.19" + ".": "0.3.20" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 660a636..3857072 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.3.20](https://github.com/cloudquery/codegen/compare/v0.3.19...v0.3.20) (2024-07-30) + + +### Bug Fixes + +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.52.0 ([#243](https://github.com/cloudquery/codegen/issues/243)) ([677b9ed](https://github.com/cloudquery/codegen/commit/677b9edea6183b5c73c50a29f7d17a6aa6158d92)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.52.1 ([#245](https://github.com/cloudquery/codegen/issues/245)) ([722eb2c](https://github.com/cloudquery/codegen/commit/722eb2cd2927b0b3dca00baf43246f1d60b71597)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.53.0 ([#246](https://github.com/cloudquery/codegen/issues/246)) ([fa3e60f](https://github.com/cloudquery/codegen/commit/fa3e60f5bc928e8ceb63656a897cb8355a0cdac3)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.53.1 ([#247](https://github.com/cloudquery/codegen/issues/247)) ([c0d78c4](https://github.com/cloudquery/codegen/commit/c0d78c4a15230fb45755777e9921f9a3e455ce69)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.54.0 ([#248](https://github.com/cloudquery/codegen/issues/248)) ([ad37ab0](https://github.com/cloudquery/codegen/commit/ad37ab0a2142cb7cbb6ed03766592398e633cd66)) + ## [0.3.19](https://github.com/cloudquery/codegen/compare/v0.3.18...v0.3.19) (2024-07-22)