diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b725ab0..47fb725 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.1" + ".": "2.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b9ecbc..82b3aae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.0.2](https://github.com/cloudquery/cloudquery-platform-api-go/compare/v2.0.1...v2.0.2) (2026-06-24) + + +### Bug Fixes + +* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.14.11 ([#61](https://github.com/cloudquery/cloudquery-platform-api-go/issues/61)) ([778ef8c](https://github.com/cloudquery/cloudquery-platform-api-go/commit/778ef8cd6f9fde5061b9be17536d95f60aa3f476)) +* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.14.12 ([#63](https://github.com/cloudquery/cloudquery-platform-api-go/issues/63)) ([8a90a17](https://github.com/cloudquery/cloudquery-platform-api-go/commit/8a90a17c6bde30ef59ec58621918e9cc9c394b2f)) + ## [2.0.1](https://github.com/cloudquery/cloudquery-platform-api-go/compare/v2.0.0...v2.0.1) (2026-06-24)