From bdf61548f5ddb2899f954a9aaba361a97780dc06 Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 10:32:09 +0000 Subject: [PATCH] chore(main): Release v1.14.13 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7145ef1..bea349f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.14.12" + ".": "1.14.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eb827c..0dc456a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.14.13](https://github.com/cloudquery/cloudquery-api-go/compare/v1.14.12...v1.14.13) (2026-07-08) + + +### Bug Fixes + +* **deps:** Update go module directive to v1.26.4 ([#370](https://github.com/cloudquery/cloudquery-api-go/issues/370)) ([92ca168](https://github.com/cloudquery/cloudquery-api-go/commit/92ca168bf4dd5c142cb57d68347fcfab827eb978)) +* **deps:** Update module github.com/oapi-codegen/runtime to v1.4.2 ([#372](https://github.com/cloudquery/cloudquery-api-go/issues/372)) ([268c5b6](https://github.com/cloudquery/cloudquery-api-go/commit/268c5b6fa75f836cd27977cfed6d1717c46999e7)) +* Generate CloudQuery Go API Client from `spec.json` ([#377](https://github.com/cloudquery/cloudquery-api-go/issues/377)) ([3cb8ccb](https://github.com/cloudquery/cloudquery-api-go/commit/3cb8ccbc5529fef625064a60daa3039bd332b287)) +* Generate CloudQuery Go API Client from `spec.json` ([#378](https://github.com/cloudquery/cloudquery-api-go/issues/378)) ([c4b9951](https://github.com/cloudquery/cloudquery-api-go/commit/c4b99511b0c1dc4ba7550c1b0ed11c380722d884)) + ## [1.14.12](https://github.com/cloudquery/cloudquery-api-go/compare/v1.14.11...v1.14.12) (2026-06-24)