diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9a49d81eb8..73937d6454 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.95.3" + ".": "4.95.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index db28a560bc..0b7076b37e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ 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.95.4](https://github.com/cloudquery/plugin-sdk/compare/v4.95.3...v4.95.4) (2026-07-03) + + +### Bug Fixes + +* **deps:** Update aws-sdk-go-v2 monorepo ([#2521](https://github.com/cloudquery/plugin-sdk/issues/2521)) ([cc5ce53](https://github.com/cloudquery/plugin-sdk/commit/cc5ce53aefbcecfe600fd08871cc4c929dfc155f)) +* **deps:** Update aws-sdk-go-v2 monorepo ([#2524](https://github.com/cloudquery/plugin-sdk/issues/2524)) ([d080fbf](https://github.com/cloudquery/plugin-sdk/commit/d080fbf8ac3f90b4e18dba74914d9387d187d4a7)) +* **deps:** Update github.com/cloudquery/jsonschema digest to 45e7e20 ([#2535](https://github.com/cloudquery/plugin-sdk/issues/2535)) ([acb4b1b](https://github.com/cloudquery/plugin-sdk/commit/acb4b1b8114ff2f0252918f836a4bb7d3fa1d6f5)) +* **deps:** Update go module directive to v1.26.4 ([#2528](https://github.com/cloudquery/plugin-sdk/issues/2528)) ([66974c9](https://github.com/cloudquery/plugin-sdk/commit/66974c9156715dd8e99e7457ab8a02c3d21300ec)) +* **deps:** Update golang.org/x/exp digest to c48552f ([#2527](https://github.com/cloudquery/plugin-sdk/issues/2527)) ([4b94b83](https://github.com/cloudquery/plugin-sdk/commit/4b94b8321d7e309d0a38c4324eda234c27a4c007)) +* **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.14.12 ([#2516](https://github.com/cloudquery/plugin-sdk/issues/2516)) ([2107281](https://github.com/cloudquery/plugin-sdk/commit/21072817ef55df37f5fffafa07fabde71b58b13b)) +* **deps:** Update module github.com/getsentry/sentry-go to v0.47.0 ([#2529](https://github.com/cloudquery/plugin-sdk/issues/2529)) ([94da8e3](https://github.com/cloudquery/plugin-sdk/commit/94da8e36aeab7d6d7b168641c8add52167ee1618)) +* **deps:** Update opentelemetry-go monorepo ([#2532](https://github.com/cloudquery/plugin-sdk/issues/2532)) ([90f446e](https://github.com/cloudquery/plugin-sdk/commit/90f446e758b12ce1c7c3c1879b9552aa0d23c745)) + ## [4.95.3](https://github.com/cloudquery/plugin-sdk/compare/v4.95.2...v4.95.3) (2026-06-12)