From 2783f957d998a490258d56924338c20f07a286de Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 12:18:56 +0000 Subject: [PATCH] chore(main): Release v1.14.13 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 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..32b3e76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.14.13](https://github.com/cloudquery/cloudquery-api-go/compare/v1.14.12...v1.14.13) (2026-07-06) + + +### 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)) + ## [1.14.12](https://github.com/cloudquery/cloudquery-api-go/compare/v1.14.11...v1.14.12) (2026-06-24)