From cebc90a3df105c51633600f14d9bf06efd4f77fc Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 30 Jul 2024 12:54:48 -0400 Subject: [PATCH] chore(main): Release v1.21.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 55ac2c07..9720e39c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.21.2" + ".": "1.21.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e6cd0273..84d813d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.21.3](https://github.com/cloudquery/plugin-pb-go/compare/v1.21.2...v1.21.3) (2024-07-30) + + +### Bug Fixes + +* Generate Go Code from `plugin-pb` ([#376](https://github.com/cloudquery/plugin-pb-go/issues/376)) ([24c0ea9](https://github.com/cloudquery/plugin-pb-go/commit/24c0ea9662222ea03b264240a5431182c39f9be7)) + ## [1.21.2](https://github.com/cloudquery/plugin-pb-go/compare/v1.21.1...v1.21.2) (2024-07-30)