From 51326ba68bcd9976fad933db690e396c225e7577 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 27 Jun 2024 07:38:22 -0400 Subject: [PATCH] chore(main): Release v4.49.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 79313ca570..999cfc01c3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.48.0" + ".": "4.49.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9033a24cc4..7c2645b78b 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.49.0](https://github.com/cloudquery/plugin-sdk/compare/v4.48.0...v4.49.0) (2024-06-27) + + +### Features + +* Better OTEL traces, add metrics ([#1751](https://github.com/cloudquery/plugin-sdk/issues/1751)) ([874c33a](https://github.com/cloudquery/plugin-sdk/commit/874c33a9ddc1fcc7aefb86cf1a0076f701f07735)) + + +### Bug Fixes + +* **deps:** Update module github.com/hashicorp/go-retryablehttp to v0.7.7 [SECURITY] ([#1774](https://github.com/cloudquery/plugin-sdk/issues/1774)) ([e5e8e7e](https://github.com/cloudquery/plugin-sdk/commit/e5e8e7ea650862e53214f381db6c22173fb04edb)) + ## [4.48.0](https://github.com/cloudquery/plugin-sdk/compare/v4.47.1...v4.48.0) (2024-06-24)