diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1b7eeb363fa117..ad2b94bb159f7d 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.0.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.1", "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)