From 0cb930807b459f7359e7af6d68a0985724946f67 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 28 Apr 2025 11:04:28 +0100 Subject: [PATCH] chore(main): Release v1.26.10 --- .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 7a5d4059..8dfdbd26 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.26.9" + ".": "1.26.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f15ab47..127c0ba7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.26.10](https://github.com/cloudquery/plugin-pb-go/compare/v1.26.9...v1.26.10) (2025-04-28) + + +### Bug Fixes + +* **deps:** Update Google Golang modules ([#491](https://github.com/cloudquery/plugin-pb-go/issues/491)) ([7d5e53b](https://github.com/cloudquery/plugin-pb-go/commit/7d5e53bcbaf6dd5dab2d6dafc53bbb425520a528)) +* **deps:** Update module golang.org/x/net to v0.38.0 [SECURITY] ([#493](https://github.com/cloudquery/plugin-pb-go/issues/493)) ([9c3349a](https://github.com/cloudquery/plugin-pb-go/commit/9c3349afc4276be5149be4d232d7f0a6a8b8d8ec)) + ## [1.26.9](https://github.com/cloudquery/plugin-pb-go/compare/v1.26.8...v1.26.9) (2025-04-01)