diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e5f5f27..7b26fcc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.27.21" + ".": "1.27.22" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 11d5f28..ac1fa9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.27.22](https://github.com/cloudquery/plugin-pb-go/compare/v1.27.21...v1.27.22) (2026-09-10) + + +### Bug Fixes + +* **deps:** Update module google.golang.org/grpc to v1.83.2 ([#690](https://github.com/cloudquery/plugin-pb-go/issues/690)) ([2605fb0](https://github.com/cloudquery/plugin-pb-go/commit/2605fb0f7b56c4b2d616388b55ed1ae86b5e4d33)) + ## [1.27.21](https://github.com/cloudquery/plugin-pb-go/compare/v1.27.20...v1.27.21) (2026-09-04)