From 91e4428eaa3abc38f9b6b3baf8f3c40a65a85802 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 1 Sep 2025 01:50:19 +0100 Subject: [PATCH] chore(main): Release v1.14.2 --- .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 77566c0..3086963 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.14.1" + ".": "1.14.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c7f0fa2..454b689 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.14.2](https://github.com/cloudquery/cloudquery-api-go/compare/v1.14.1...v1.14.2) (2025-09-01) + + +### Bug Fixes + +* **deps:** Update module github.com/stretchr/testify to v1.11.0 ([#318](https://github.com/cloudquery/cloudquery-api-go/issues/318)) ([5e7bd4e](https://github.com/cloudquery/cloudquery-api-go/commit/5e7bd4e3688ffec36ac88501c5e4c5c50a552786)) +* Generate CloudQuery Go API Client from `spec.json` ([#312](https://github.com/cloudquery/cloudquery-api-go/issues/312)) ([cc2862f](https://github.com/cloudquery/cloudquery-api-go/commit/cc2862fbebdda98bedbab5eb36478de4bb975bfb)) +* Generate CloudQuery Go API Client from `spec.json` ([#314](https://github.com/cloudquery/cloudquery-api-go/issues/314)) ([0b6a3ce](https://github.com/cloudquery/cloudquery-api-go/commit/0b6a3cebbf2aa5eb07bf8bb787fe592680a0f560)) +* Generate CloudQuery Go API Client from `spec.json` ([#317](https://github.com/cloudquery/cloudquery-api-go/issues/317)) ([21673f6](https://github.com/cloudquery/cloudquery-api-go/commit/21673f6d91f4af4c6f487c7f7439c36208e88339)) + ## [1.14.1](https://github.com/cloudquery/cloudquery-api-go/compare/v1.14.0...v1.14.1) (2025-08-01)