From e338af39ba77c8fe78a3a3ca76034c20e7f1cd10 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 9 Jul 2025 19:29:47 +0100 Subject: [PATCH] chore(main): Release v4.87.2 --- .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 dab137bc4d..464f204923 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.87.1" + ".": "4.87.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fa82f80f7..e19fc41315 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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.87.2](https://github.com/cloudquery/plugin-sdk/compare/v4.87.1...v4.87.2) (2025-07-09) + + +### Bug Fixes + +* **deps:** Update module github.com/cloudquery/codegen to v0.3.31 ([#2224](https://github.com/cloudquery/plugin-sdk/issues/2224)) ([c4b5329](https://github.com/cloudquery/plugin-sdk/commit/c4b5329614ad573a1e28332eadd60bf56b9daa3f)) +* Handle nil internal buffer ([#2226](https://github.com/cloudquery/plugin-sdk/issues/2226)) ([0d79bb6](https://github.com/cloudquery/plugin-sdk/commit/0d79bb6ae149498e4aaa45f4cb81561141dccfd5)) + ## [4.87.1](https://github.com/cloudquery/plugin-sdk/compare/v4.87.0...v4.87.1) (2025-07-09)