From 4bcb30bebf0b77dbce3d6a05b26f751f577123f4 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 4 Oct 2023 17:49:21 +0300 Subject: [PATCH] chore(main): Release v1.2.2 (#21) :robot: I have created a release *beep* *boop* --- ## [1.2.2](https://github.com/cloudquery/cloudquery-api-go/compare/v1.2.1...v1.2.2) (2023-10-04) ### Bug Fixes * Generate CloudQuery Go API Client from `spec.json` ([#20](https://github.com/cloudquery/cloudquery-api-go/issues/20)) ([8b2e57b](https://github.com/cloudquery/cloudquery-api-go/commit/8b2e57b85b6f016a0f27d58a3d37b03f0c6be3db)) * Generate CloudQuery Go API Client from `spec.json` ([#22](https://github.com/cloudquery/cloudquery-api-go/issues/22)) ([df9748f](https://github.com/cloudquery/cloudquery-api-go/commit/df9748ff000ba153b217ab0c2bcf374395fb6a51)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e9e8a2..5b38eaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.2.2](https://github.com/cloudquery/cloudquery-api-go/compare/v1.2.1...v1.2.2) (2023-10-04) + + +### Bug Fixes + +* Generate CloudQuery Go API Client from `spec.json` ([#20](https://github.com/cloudquery/cloudquery-api-go/issues/20)) ([8b2e57b](https://github.com/cloudquery/cloudquery-api-go/commit/8b2e57b85b6f016a0f27d58a3d37b03f0c6be3db)) +* Generate CloudQuery Go API Client from `spec.json` ([#22](https://github.com/cloudquery/cloudquery-api-go/issues/22)) ([df9748f](https://github.com/cloudquery/cloudquery-api-go/commit/df9748ff000ba153b217ab0c2bcf374395fb6a51)) + ## [1.2.1](https://github.com/cloudquery/cloudquery-api-go/compare/v1.2.0...v1.2.1) (2023-09-26)