diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 47fb725..af6dd8b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.2" + ".": "2.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 097c943..11b9396 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.0.3](https://github.com/cloudquery/cloudquery-platform-api-go/compare/v2.0.2...v2.0.3) (2026-08-03) + + +### Bug Fixes + +* **deps:** Update go module directive to v1.26.5 ([#75](https://github.com/cloudquery/cloudquery-platform-api-go/issues/75)) ([01f2121](https://github.com/cloudquery/cloudquery-platform-api-go/commit/01f21211f164b540030339b1505a6dcb3dd3c781)) +* **deps:** Update module github.com/oapi-codegen/runtime to v1.6.0 ([#76](https://github.com/cloudquery/cloudquery-platform-api-go/issues/76)) ([902f189](https://github.com/cloudquery/cloudquery-platform-api-go/commit/902f18908ab78f4659c0d25f54f239987dfe6487)) + ## [2.0.2](https://github.com/cloudquery/cloudquery-platform-api-go/compare/v2.0.1...v2.0.2) (2026-07-01)