From 6539e6636c24fbcf60c695d9ddddffeeac831bfa Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 26 Mar 2026 11:18:29 +0000 Subject: [PATCH] chore(main): Release v1.27.12 --- .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 b38f2e4..eccf2ea 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.27.11" + ".": "1.27.12" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 93339e8..03085ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.27.12](https://github.com/cloudquery/plugin-pb-go/compare/v1.27.11...v1.27.12) (2026-03-26) + + +### Bug Fixes + +* **deps:** Update dependency go to v1.26.1 ([#463](https://github.com/cloudquery/plugin-pb-go/issues/463)) ([43d1dea](https://github.com/cloudquery/plugin-pb-go/commit/43d1deac74f051c8adeb6ab0f0da6a8dc740cd8b)) + ## [1.27.11](https://github.com/cloudquery/plugin-pb-go/compare/v1.27.10...v1.27.11) (2026-03-23)