From c2ed6fceb752ad3869a7328e9e6f625af2596bcb Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 08:58:54 +0000 Subject: [PATCH] chore(main): Release v1.14.10 --- .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 f70c31b..7adfdae 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.14.9" + ".": "1.14.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6675811..269d18b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.14.10](https://github.com/cloudquery/cloudquery-api-go/compare/v1.14.9...v1.14.10) (2026-05-21) + + +### Bug Fixes + +* **deps:** Update module github.com/oapi-codegen/runtime to v1.3.0 ([#356](https://github.com/cloudquery/cloudquery-api-go/issues/356)) ([b20fdd0](https://github.com/cloudquery/cloudquery-api-go/commit/b20fdd0d9fe5ae37fdec8064574e61138f41f134)) +* Generate CloudQuery Go API Client from `spec.json` ([#358](https://github.com/cloudquery/cloudquery-api-go/issues/358)) ([6d381ab](https://github.com/cloudquery/cloudquery-api-go/commit/6d381ab8302960adfe1e87f00395c19af90269f0)) +* Generate CloudQuery Go API Client from `spec.json` ([#359](https://github.com/cloudquery/cloudquery-api-go/issues/359)) ([b7198ee](https://github.com/cloudquery/cloudquery-api-go/commit/b7198eef868f52e090560710e1e91378737a984d)) +* Generate CloudQuery Go API Client from `spec.json` ([#360](https://github.com/cloudquery/cloudquery-api-go/issues/360)) ([337e766](https://github.com/cloudquery/cloudquery-api-go/commit/337e76658306292c5cadc8d861c9c41be0b08d61)) +* Generate CloudQuery Go API Client from `spec.json` ([#361](https://github.com/cloudquery/cloudquery-api-go/issues/361)) ([9b3fdd8](https://github.com/cloudquery/cloudquery-api-go/commit/9b3fdd877c80da9552fa8a696cc1cd4000275cf8)) + ## [1.14.9](https://github.com/cloudquery/cloudquery-api-go/compare/v1.14.8...v1.14.9) (2026-03-26)