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)