From 6a2dc8c2e7c24348f57e5ae65d581e25776d1137 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 27 Dec 2022 10:05:38 +0200 Subject: [PATCH] chore(main): Release plugins-source-cloudflare v2.3.3 --- .release-please-manifest.json | 2 +- plugins/source/cloudflare/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6dded55528bf93..81d6b6aea47153 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -5,7 +5,7 @@ "plugins/source/aws+FILLER": "0.0.0", "plugins/source/azure": "2.2.0", "plugins/source/azure+FILLER": "0.0.0", - "plugins/source/cloudflare": "2.3.2", + "plugins/source/cloudflare": "2.3.3", "plugins/source/cloudflare+FILLER": "0.0.0", "plugins/source/digitalocean": "4.0.0", "plugins/source/digitalocean+FILLER": "0.0.0", diff --git a/plugins/source/cloudflare/CHANGELOG.md b/plugins/source/cloudflare/CHANGELOG.md index b70a007c451204..3609d7e2c28ab2 100644 --- a/plugins/source/cloudflare/CHANGELOG.md +++ b/plugins/source/cloudflare/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this provider 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). +## [2.3.3](https://github.com/cloudquery/cloudquery/compare/plugins-source-cloudflare-v2.3.2...plugins-source-cloudflare-v2.3.3) (2022-12-27) + + +### Bug Fixes + +* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.13.1 ([#5897](https://github.com/cloudquery/cloudquery/issues/5897)) ([ad15915](https://github.com/cloudquery/cloudquery/commit/ad15915f2951a75729859f6f1377ed789f8ba115)) + ## [2.3.2](https://github.com/cloudquery/cloudquery/compare/plugins-source-cloudflare-v2.3.1...plugins-source-cloudflare-v2.3.2) (2022-12-20)