diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 23058a3..bf3786c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.5" + ".": "1.0.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fbf9c9c..8f15833 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.6](https://github.com/cloudquery/cloudquery-platform-api-go/compare/v1.0.5...v1.0.6) (2026-01-29) + + +### Bug Fixes + +* Generate CloudQuery Go API Client from `spec.json` ([#45](https://github.com/cloudquery/cloudquery-platform-api-go/issues/45)) ([9ee7a9a](https://github.com/cloudquery/cloudquery-platform-api-go/commit/9ee7a9a569311f97125ca7f4f3ddf9fc1d93447e)) + ## [1.0.5](https://github.com/cloudquery/cloudquery-platform-api-go/compare/v1.0.4...v1.0.5) (2026-01-02)