From 5f4975f9bfa56783d57e2d410c94c578beee37c2 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:40:26 +0000 Subject: [PATCH] chore(main): Release v4.73.2 (#2054) :robot: I have created a release *beep* *boop* --- ## [4.73.2](https://github.com/cloudquery/plugin-sdk/compare/v4.73.1...v4.73.2) (2025-01-20) ### Bug Fixes * **deps:** Update aws-sdk-go-v2 monorepo ([#2052](https://github.com/cloudquery/plugin-sdk/issues/2052)) ([ea0d787](https://github.com/cloudquery/plugin-sdk/commit/ea0d787ef1229b2b9d89be81842e85da78504b1e)) * **deps:** Update module github.com/apache/arrow-go/v18 to v18.1.0 ([#2055](https://github.com/cloudquery/plugin-sdk/issues/2055)) ([a0f0dc6](https://github.com/cloudquery/plugin-sdk/commit/a0f0dc6a80826a7a1e79e4f0f596b5f6313d7cd1)) * **deps:** Update module google.golang.org/protobuf to v1.36.2 ([#2053](https://github.com/cloudquery/plugin-sdk/issues/2053)) ([78a26e4](https://github.com/cloudquery/plugin-sdk/commit/78a26e46b60891d9e9ad1cd6ad6ec3272db7f5dc)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .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 92fcace17f..0b10cee72c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.73.1" + ".": "4.73.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 058d03da01..2497f4e236 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.73.2](https://github.com/cloudquery/plugin-sdk/compare/v4.73.1...v4.73.2) (2025-01-20) + + +### Bug Fixes + +* **deps:** Update aws-sdk-go-v2 monorepo ([#2052](https://github.com/cloudquery/plugin-sdk/issues/2052)) ([ea0d787](https://github.com/cloudquery/plugin-sdk/commit/ea0d787ef1229b2b9d89be81842e85da78504b1e)) +* **deps:** Update module github.com/apache/arrow-go/v18 to v18.1.0 ([#2055](https://github.com/cloudquery/plugin-sdk/issues/2055)) ([a0f0dc6](https://github.com/cloudquery/plugin-sdk/commit/a0f0dc6a80826a7a1e79e4f0f596b5f6313d7cd1)) +* **deps:** Update module google.golang.org/protobuf to v1.36.2 ([#2053](https://github.com/cloudquery/plugin-sdk/issues/2053)) ([78a26e4](https://github.com/cloudquery/plugin-sdk/commit/78a26e46b60891d9e9ad1cd6ad6ec3272db7f5dc)) + ## [4.73.1](https://github.com/cloudquery/plugin-sdk/compare/v4.73.0...v4.73.1) (2025-01-15)