From 1d47ced2ade3b078117f9b2f84e36704158cf807 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 9 Jul 2025 10:10:31 +0100 Subject: [PATCH] chore(main): Release v4.87.1 --- .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 e8984a56c4..dab137bc4d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.87.0" + ".": "4.87.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d6132529c..6fa82f80f7 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.1](https://github.com/cloudquery/plugin-sdk/compare/v4.87.0...v4.87.1) (2025-07-09) + + +### Bug Fixes + +* **deps:** Update module github.com/cloudquery/codegen to v0.3.30 ([#2221](https://github.com/cloudquery/plugin-sdk/issues/2221)) ([0453cbe](https://github.com/cloudquery/plugin-sdk/commit/0453cbe3391d72d5ccd490dc7761cfec93c3ea2b)) +* Don't use `ValueStr`, get raw bytes instead ([#2220](https://github.com/cloudquery/plugin-sdk/issues/2220)) ([6d71d18](https://github.com/cloudquery/plugin-sdk/commit/6d71d1807b452c6d1a10decd443fb81f09501ae5)) + ## [4.87.0](https://github.com/cloudquery/plugin-sdk/compare/v4.86.2...v4.87.0) (2025-07-08)