From c817d5b2e6f8ae6ad6050072073c81a1f4fcf540 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 8 Aug 2024 17:05:02 +0300 Subject: [PATCH] chore(main): Release v1.22.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 98fb2bf1..e9e21f78 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.21.5" + ".": "1.22.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b78ad0c7..2dc2edf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.22.0](https://github.com/cloudquery/plugin-pb-go/compare/v1.21.5...v1.22.0) (2024-08-08) + + +### Features + +* Enable StateClients within Docker to connect to destinations ([#386](https://github.com/cloudquery/plugin-pb-go/issues/386)) ([da98954](https://github.com/cloudquery/plugin-pb-go/commit/da989541fd0644aac08e83b4f1217b50f4353d1e)) + + +### Bug Fixes + +* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.12.7 ([#387](https://github.com/cloudquery/plugin-pb-go/issues/387)) ([790f62e](https://github.com/cloudquery/plugin-pb-go/commit/790f62e220020722cbf780fff1faaff538759e71)) + ## [1.21.5](https://github.com/cloudquery/plugin-pb-go/compare/v1.21.4...v1.21.5) (2024-08-02)