From d7c9a13dfd2ce56cfbbfc00efd6216882a6ab502 Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 00:56:15 +0000 Subject: [PATCH] chore(main): Release v4.95.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6aff0cf934..9a49d81eb8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.95.2" + ".": "4.95.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 19dced676d..b70e6696ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.95.3](https://github.com/cloudquery/plugin-sdk/compare/v4.95.2...v4.95.3) (2026-05-23) + + +### Bug Fixes + +* **deps:** Update module google.golang.org/grpc to v1.81.1 ([#2506](https://github.com/cloudquery/plugin-sdk/issues/2506)) ([1251d87](https://github.com/cloudquery/plugin-sdk/commit/1251d8731c1ae8a6a40b35e5366c1cb4440cf713)) + ## [4.95.2](https://github.com/cloudquery/plugin-sdk/compare/v4.95.1...v4.95.2) (2026-05-16)