From bd0325778197b56657147fdb957fd9b1c5b912b7 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Fri, 13 Sep 2024 16:52:22 +0300 Subject: [PATCH] chore(main): Release v4.62.0 (#1888) :robot: I have created a release *beep* *boop* --- ## [4.62.0](https://github.com/cloudquery/plugin-sdk/compare/v4.61.0...v4.62.0) (2024-09-07) ### Features * Support Contract Listing For AWS Marketplace ([#1889](https://github.com/cloudquery/plugin-sdk/issues/1889)) ([4654866](https://github.com/cloudquery/plugin-sdk/commit/4654866cb423d237cddb696384e910f59539e1d9)) ### Bug Fixes * **deps:** Update aws-sdk-go-v2 monorepo ([#1890](https://github.com/cloudquery/plugin-sdk/issues/1890)) ([b185e11](https://github.com/cloudquery/plugin-sdk/commit/b185e11bad937fbbeb9178f88f0ede749088efc7)) * **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.22.2 ([#1887](https://github.com/cloudquery/plugin-sdk/issues/1887)) ([a881fac](https://github.com/cloudquery/plugin-sdk/commit/a881fac8976ecfb83101c6268d114e28e19bd2f2)) --- 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 | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e284d59aee..281a520276 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.61.0" + ".": "4.62.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a6b2f3ce0d..91542cc39b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ 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.62.0](https://github.com/cloudquery/plugin-sdk/compare/v4.61.0...v4.62.0) (2024-09-07) + + +### Features + +* Support Contract Listing For AWS Marketplace ([#1889](https://github.com/cloudquery/plugin-sdk/issues/1889)) ([4654866](https://github.com/cloudquery/plugin-sdk/commit/4654866cb423d237cddb696384e910f59539e1d9)) + + +### Bug Fixes + +* **deps:** Update aws-sdk-go-v2 monorepo ([#1890](https://github.com/cloudquery/plugin-sdk/issues/1890)) ([b185e11](https://github.com/cloudquery/plugin-sdk/commit/b185e11bad937fbbeb9178f88f0ede749088efc7)) +* **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.22.2 ([#1887](https://github.com/cloudquery/plugin-sdk/issues/1887)) ([a881fac](https://github.com/cloudquery/plugin-sdk/commit/a881fac8976ecfb83101c6268d114e28e19bd2f2)) + ## [4.61.0](https://github.com/cloudquery/plugin-sdk/compare/v4.60.0...v4.61.0) (2024-09-02)