diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cdf8db54a6..e1037f3e87 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.94.3" + ".": "4.94.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e83285ea9f..a13d8c9525 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ 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.94.4](https://github.com/cloudquery/plugin-sdk/compare/v4.94.3...v4.94.4) (2026-03-02) + + +### Bug Fixes + +* **deps:** Update module github.com/getsentry/sentry-go to v0.42.0 ([#2421](https://github.com/cloudquery/plugin-sdk/issues/2421)) ([62c0e08](https://github.com/cloudquery/plugin-sdk/commit/62c0e08e83076dbed96b8e5ec50d98b732ee015a)) +* **deps:** Update module go.opentelemetry.io/otel/sdk to v1.40.0 [SECURITY] ([#2428](https://github.com/cloudquery/plugin-sdk/issues/2428)) ([5886105](https://github.com/cloudquery/plugin-sdk/commit/588610538d24219a0dfe2f8ec7a87715a4633daa)) +* **deps:** Update module golang.org/x/oauth2 to v0.35.0 ([#2422](https://github.com/cloudquery/plugin-sdk/issues/2422)) ([d6c5def](https://github.com/cloudquery/plugin-sdk/commit/d6c5defcc0bb718f4449e9e7dab6782e075348c3)) +* **deps:** Update module golang.org/x/text to v0.34.0 ([#2423](https://github.com/cloudquery/plugin-sdk/issues/2423)) ([99c9a8c](https://github.com/cloudquery/plugin-sdk/commit/99c9a8c9f3b6d8d07ab3fa0fd4093b94759e45fb)) +* **deps:** Update opentelemetry-go monorepo ([#2424](https://github.com/cloudquery/plugin-sdk/issues/2424)) ([7fc6dd6](https://github.com/cloudquery/plugin-sdk/commit/7fc6dd6b83153f82b8388a394b9e1098b82e65d6)) + ## [4.94.3](https://github.com/cloudquery/plugin-sdk/compare/v4.94.2...v4.94.3) (2026-02-23)