diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ae61d16..dc6fb11 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.27.14" + ".": "1.27.15" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c1e0079..40d3373 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.27.15](https://github.com/cloudquery/plugin-pb-go/compare/v1.27.14...v1.27.15) (2026-04-11) + + +### Bug Fixes + +* **deps:** Update module go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp to v1.43.0 [SECURITY] ([#636](https://github.com/cloudquery/plugin-pb-go/issues/636)) ([dedf738](https://github.com/cloudquery/plugin-pb-go/commit/dedf738e6149d19fbd996eede674e6a6de53e68d)) +* **deps:** Update module google.golang.org/grpc to v1.80.0 ([#634](https://github.com/cloudquery/plugin-pb-go/issues/634)) ([b4a0c33](https://github.com/cloudquery/plugin-pb-go/commit/b4a0c33b6c4ff39021e2bb359965da65a3002f8d)) + ## [1.27.14](https://github.com/cloudquery/plugin-pb-go/compare/v1.27.13...v1.27.14) (2026-04-01)