diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dc6fb11..1c30fac 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.27.15" + ".": "1.27.16" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d1c72fb..077b056 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.27.16](https://github.com/cloudquery/plugin-pb-go/compare/v1.27.15...v1.27.16) (2026-05-12) + + +### Bug Fixes + +* Generate Go Code from `plugin-pb` ([#646](https://github.com/cloudquery/plugin-pb-go/issues/646)) ([aab4e98](https://github.com/cloudquery/plugin-pb-go/commit/aab4e984773239eaa5d603ce5bb8c2b64beaafcb)) + ## [1.27.15](https://github.com/cloudquery/plugin-pb-go/compare/v1.27.14...v1.27.15) (2026-05-04)