From 249eade4e0d4cf4c25a6b5b772eebc5bbeb1482a Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 00:15:36 +0000 Subject: [PATCH] chore(main): Release v1.27.17 --- .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 1c30fac..f260515 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.27.16" + ".": "1.27.17" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ab991bb..f29835e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.27.17](https://github.com/cloudquery/plugin-pb-go/compare/v1.27.16...v1.27.17) (2026-08-22) + + +### Bug Fixes + +* **deps:** Update module google.golang.org/protobuf to v1.36.12 ([#674](https://github.com/cloudquery/plugin-pb-go/issues/674)) ([0bbd596](https://github.com/cloudquery/plugin-pb-go/commit/0bbd59615cce545d8421a422a13e0bb86f990031)) + ## [1.27.16](https://github.com/cloudquery/plugin-pb-go/compare/v1.27.15...v1.27.16) (2026-08-11)