From 70705eba2eaa406609e6f36897b1bea72a89e445 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 17 May 2024 15:29:28 +0300 Subject: [PATCH] chore(main): Release v4.42.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d442a0f2a75..515365c6386 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.42.2" + ".": "4.42.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d0770c6aee6..b252725077f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.42.3](https://github.com/cloudquery/plugin-sdk/compare/v4.42.2...v4.42.3) (2024-05-17) + + +### Bug Fixes + +* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.11.2 ([#1687](https://github.com/cloudquery/plugin-sdk/issues/1687)) ([30b52f7](https://github.com/cloudquery/plugin-sdk/commit/30b52f7561b635a75f8e789ab721ec69ed57922c)) +* **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.19.13 ([#1690](https://github.com/cloudquery/plugin-sdk/issues/1690)) ([c35be5d](https://github.com/cloudquery/plugin-sdk/commit/c35be5d074b2e13a6b0371a12b05cb7538a15065)) + ## [4.42.2](https://github.com/cloudquery/plugin-sdk/compare/v4.42.1...v4.42.2) (2024-05-17)