From c13c9f4566718b547521ff2ea98143598e6f01e1 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 5 Feb 2026 08:20:32 +0000 Subject: [PATCH] chore(main): Release v1.27.7 --- .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 b93eb4c..cf3c01d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.27.6" + ".": "1.27.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 81866f4..a494ceb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.27.7](https://github.com/cloudquery/plugin-pb-go/compare/v1.27.6...v1.27.7) (2026-02-05) + + +### Bug Fixes + +* Generate Go Code from `plugin-pb` ([#606](https://github.com/cloudquery/plugin-pb-go/issues/606)) ([593613c](https://github.com/cloudquery/plugin-pb-go/commit/593613c2383771c7aac837806b33a5789058237c)) + ## [1.27.6](https://github.com/cloudquery/plugin-pb-go/compare/v1.27.5...v1.27.6) (2026-02-02)