From 8c4765e6370c9fccacd6fc2e924d8a9f8e87eccf Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 10:59:49 +0000 Subject: [PATCH] chore(main): Release v2.0.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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)