diff --git a/.release-please-manifest.json b/.release-please-manifest.json index da5aa0d..cc96a06 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.16" + ".": "0.3.17" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 73d0136..8fb02d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.3.17](https://github.com/cloudquery/codegen/compare/v0.3.16...v0.3.17) (2024-05-30) + + +### Bug Fixes + +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.41.0 ([#204](https://github.com/cloudquery/codegen/issues/204)) ([97ad401](https://github.com/cloudquery/codegen/commit/97ad401ebfd033ba6594175c1070b87f5cd4549a)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.41.1 ([#206](https://github.com/cloudquery/codegen/issues/206)) ([c490ecb](https://github.com/cloudquery/codegen/commit/c490ecba78bdc0c51ff59e5c1667faa4136fe894)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.42.0 ([#207](https://github.com/cloudquery/codegen/issues/207)) ([040d6bb](https://github.com/cloudquery/codegen/commit/040d6bbff3526cb3c944000095e0cf9203fbf315)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.42.1 ([#208](https://github.com/cloudquery/codegen/issues/208)) ([e1fd61d](https://github.com/cloudquery/codegen/commit/e1fd61d1ba305a5788d192ff349582f174f9a00e)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.42.2 ([#209](https://github.com/cloudquery/codegen/issues/209)) ([d4f25d0](https://github.com/cloudquery/codegen/commit/d4f25d0e8fdd94bd41eba3af7748304bb345118d)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.43.0 ([#210](https://github.com/cloudquery/codegen/issues/210)) ([e58fd0f](https://github.com/cloudquery/codegen/commit/e58fd0f74ba21ca7f7cc8ffd2ca28e3d81555be0)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.43.1 ([#211](https://github.com/cloudquery/codegen/issues/211)) ([8f46123](https://github.com/cloudquery/codegen/commit/8f4612370f48eab9962ea02c47e18e36324f410c)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.44.0 ([#212](https://github.com/cloudquery/codegen/issues/212)) ([e323ff1](https://github.com/cloudquery/codegen/commit/e323ff1c5bebc8b8a6b922fc3baf452584e773f1)) + ## [0.3.16](https://github.com/cloudquery/codegen/compare/v0.3.15...v0.3.16) (2024-05-06)