From bfd18972c8029ef99e17328a7ab4c0c01f4eb5b7 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 17 Jul 2025 11:26:28 +0100 Subject: [PATCH] chore(main): Release v4.87.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 464f204923..0c7a85094e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.87.2" + ".": "4.87.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e19fc41315..346e60bcdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.3](https://github.com/cloudquery/plugin-sdk/compare/v4.87.2...v4.87.3) (2025-07-17) + + +### Bug Fixes + +* **deps:** Update module github.com/aws/aws-sdk-go-v2/service/licensemanager to v1.32.0 ([#2230](https://github.com/cloudquery/plugin-sdk/issues/2230)) ([28a1479](https://github.com/cloudquery/plugin-sdk/commit/28a147900315aa9756fc66e7329e3cfbe111e4b5)) +* Improve telemetry allocations ([#2185](https://github.com/cloudquery/plugin-sdk/issues/2185)) ([b07ce76](https://github.com/cloudquery/plugin-sdk/commit/b07ce76c3d3bd1e00a13b30f413d981c733d595e)) +* Upgrade golangci-lint to v2 ([#2228](https://github.com/cloudquery/plugin-sdk/issues/2228)) ([7fc238c](https://github.com/cloudquery/plugin-sdk/commit/7fc238c8e7aa2c044bb1f62901c18d44c5f36d7c)) + ## [4.87.2](https://github.com/cloudquery/plugin-sdk/compare/v4.87.1...v4.87.2) (2025-07-09)