diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a3649b1995..424ace296a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.87.4" + ".": "4.88.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 13c503ac11..9ff55fa1f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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.88.0](https://github.com/cloudquery/plugin-sdk/compare/v4.87.4...v4.88.0) (2025-07-28) + + +### Features + +* Add better changes summary helper ([#2240](https://github.com/cloudquery/plugin-sdk/issues/2240)) ([529532d](https://github.com/cloudquery/plugin-sdk/commit/529532d0555243f88727850997dc86849fb6f993)) + + +### Bug Fixes + +* **deps:** Update module google.golang.org/grpc to v1.74.1 ([#2238](https://github.com/cloudquery/plugin-sdk/issues/2238)) ([eeed6a6](https://github.com/cloudquery/plugin-sdk/commit/eeed6a681af717dc5c96e5564c4fb1c4b2a4d2a8)) + ## [4.87.4](https://github.com/cloudquery/plugin-sdk/compare/v4.87.3...v4.87.4) (2025-07-23)