From eeaec91d556e01107f41f4446b283db6caec2695 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Sat, 4 Jan 2025 04:14:21 +0200 Subject: [PATCH] chore(main): Release v1.26.4 --- .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 40f3bd3..c904be8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.26.3" + ".": "1.26.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b268fcf..930628d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.26.4](https://github.com/cloudquery/plugin-pb-go/compare/v1.26.3...v1.26.4) (2025-01-04) + + +### Bug Fixes + +* **deps:** Update module google.golang.org/protobuf to v1.36.1 ([#464](https://github.com/cloudquery/plugin-pb-go/issues/464)) ([2bfad5c](https://github.com/cloudquery/plugin-pb-go/commit/2bfad5c13097d6f130e7303218ff02adb3dc1a2d)) +* Generate Go Code from `plugin-pb` ([#461](https://github.com/cloudquery/plugin-pb-go/issues/461)) ([cede6dd](https://github.com/cloudquery/plugin-pb-go/commit/cede6ddaaebe3649c55e089dfeded3a07008d76e)) + ## [1.26.3](https://github.com/cloudquery/plugin-pb-go/compare/v1.26.2...v1.26.3) (2024-12-23)