From e9601b68b58e1cd5c7f04d27277b767f3d04a3ec Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 23 Jul 2025 11:50:44 +0100 Subject: [PATCH] chore(main): Release v4.87.4 --- .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 0c7a85094e..a3649b1995 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.87.3" + ".": "4.87.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 346e60bcdb..13c503ac11 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.4](https://github.com/cloudquery/plugin-sdk/compare/v4.87.3...v4.87.4) (2025-07-23) + + +### Bug Fixes + +* **deps:** Update module github.com/apache/arrow-go/v18 to v18.4.0 ([#2234](https://github.com/cloudquery/plugin-sdk/issues/2234)) ([3955c1d](https://github.com/cloudquery/plugin-sdk/commit/3955c1d4d2b3c8827a75ba99b713f40948b3adb2)) +* Don't lose IP data in `AppendValueFromString` ([#2236](https://github.com/cloudquery/plugin-sdk/issues/2236)) ([6f1db88](https://github.com/cloudquery/plugin-sdk/commit/6f1db88d07830f45b0140be41a13a36363ca7d81)) + ## [4.87.3](https://github.com/cloudquery/plugin-sdk/compare/v4.87.2...v4.87.3) (2025-07-17)