From 196e10076beca14b304f76110c709bf796f894fa Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2026 11:12:15 +0000 Subject: [PATCH] chore(main): Release v2.0.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ 2 files changed, 12 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..8dd6adb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.3](https://github.com/cloudquery/cloudquery-platform-api-go/compare/v2.0.2...v2.0.3) (2026-09-23) + + +### 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/cloudquery/cloudquery-api-go to v1.14.13 ([#85](https://github.com/cloudquery/cloudquery-platform-api-go/issues/85)) ([9c90c17](https://github.com/cloudquery/cloudquery-platform-api-go/commit/9c90c17b1971588c0ccecf9ad2463d521522db8c)) +* **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)) +* **deps:** Update module github.com/oapi-codegen/runtime to v1.7.0 ([#82](https://github.com/cloudquery/cloudquery-platform-api-go/issues/82)) ([9956cf7](https://github.com/cloudquery/cloudquery-platform-api-go/commit/9956cf7d91e68aa56b8c858821f746385b4ce38f)) +* **deps:** Update module github.com/stretchr/testify to v1.12.1 ([#83](https://github.com/cloudquery/cloudquery-platform-api-go/issues/83)) ([0993885](https://github.com/cloudquery/cloudquery-platform-api-go/commit/0993885dda2ea52008c64ed2f08b9be2cfd8540c)) + ## [2.0.2](https://github.com/cloudquery/cloudquery-platform-api-go/compare/v2.0.1...v2.0.2) (2026-07-01)