From c59ac40d0b2623989c579d892f9c1f017012d3c4 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:33:59 +0200 Subject: [PATCH] chore(main): Release v1.26.1 (#448) :robot: I have created a release *beep* *boop* --- ## [1.26.1](https://github.com/cloudquery/plugin-pb-go/compare/v1.26.0...v1.26.1) (2024-12-17) ### Bug Fixes * **deps:** Update module google.golang.org/grpc to v1.69.0 ([#447](https://github.com/cloudquery/plugin-pb-go/issues/447)) ([43aeb88](https://github.com/cloudquery/plugin-pb-go/commit/43aeb886b21fbb6d25048e2f971c0c4df382af0c)) * Generate Go Code from `plugin-pb` ([#449](https://github.com/cloudquery/plugin-pb-go/issues/449)) ([c1a8fa3](https://github.com/cloudquery/plugin-pb-go/commit/c1a8fa36a101cea16e7daa416899dd6a985b4017)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f97891a..71801d5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.26.0" + ".": "1.26.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c3f56fc..f3db598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.26.1](https://github.com/cloudquery/plugin-pb-go/compare/v1.26.0...v1.26.1) (2024-12-17) + + +### Bug Fixes + +* **deps:** Update module google.golang.org/grpc to v1.69.0 ([#447](https://github.com/cloudquery/plugin-pb-go/issues/447)) ([43aeb88](https://github.com/cloudquery/plugin-pb-go/commit/43aeb886b21fbb6d25048e2f971c0c4df382af0c)) +* Generate Go Code from `plugin-pb` ([#449](https://github.com/cloudquery/plugin-pb-go/issues/449)) ([c1a8fa3](https://github.com/cloudquery/plugin-pb-go/commit/c1a8fa36a101cea16e7daa416899dd6a985b4017)) + ## [1.26.0](https://github.com/cloudquery/plugin-pb-go/compare/v1.25.6...v1.26.0) (2024-12-13)