From c14abb7537e6b1cfb90498e85bde8c3284ea4613 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 7 Jan 2025 10:36:03 +0200 Subject: [PATCH] chore(main): Release v1.26.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 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..59f415c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.26.4](https://github.com/cloudquery/plugin-pb-go/compare/v1.26.3...v1.26.4) (2025-01-07) + + +### 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)) +* Generate Go Code from `plugin-pb` ([#465](https://github.com/cloudquery/plugin-pb-go/issues/465)) ([6d70091](https://github.com/cloudquery/plugin-pb-go/commit/6d70091461745cc961738c45caad27d3e5866a05)) + ## [1.26.3](https://github.com/cloudquery/plugin-pb-go/compare/v1.26.2...v1.26.3) (2024-12-23)