From 340c9ae08bbfc987aeaf5aee30e98b941823d362 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 24 Jan 2023 10:50:51 +0200 Subject: [PATCH] chore(main): Release plugins-source-cloudflare v3.1.2 --- .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 4be884c6af501f..79e0d63a5a9d93 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": "3.4.0", "plugins/source/azure+FILLER": "0.0.0", - "plugins/source/cloudflare": "3.1.1", + "plugins/source/cloudflare": "3.1.2", "plugins/source/cloudflare+FILLER": "0.0.0", "plugins/source/digitalocean": "4.1.1", "plugins/source/digitalocean+FILLER": "0.0.0", diff --git a/plugins/source/cloudflare/CHANGELOG.md b/plugins/source/cloudflare/CHANGELOG.md index 724e634d3cc077..abf713d067725b 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). +## [3.1.2](https://github.com/cloudquery/cloudquery/compare/plugins-source-cloudflare-v3.1.1...plugins-source-cloudflare-v3.1.2) (2023-01-24) + + +### Bug Fixes + +* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.28.0 ([#7009](https://github.com/cloudquery/cloudquery/issues/7009)) ([12ac005](https://github.com/cloudquery/cloudquery/commit/12ac005428a355d06a5939fbe06a82d49533e662)) + ## [3.1.1](https://github.com/cloudquery/cloudquery/compare/plugins-source-cloudflare-v3.1.0...plugins-source-cloudflare-v3.1.1) (2023-01-17)