diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a889d24b4c..e8984a56c4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.86.2" + ".": "4.87.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 34f2abc0af..1d6132529c 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.87.0](https://github.com/cloudquery/plugin-sdk/compare/v4.86.2...v4.87.0) (2025-07-08) + + +### Features + +* Better error when panic happens in `UnifiedDiff` ([#2217](https://github.com/cloudquery/plugin-sdk/issues/2217)) ([a282ce6](https://github.com/cloudquery/plugin-sdk/commit/a282ce6433d320e49ae0a8cd59704149cc1d3ce4)) + ## [4.86.2](https://github.com/cloudquery/plugin-sdk/compare/v4.86.1...v4.86.2) (2025-07-07)