From 6b84198b05ef924cb6566bcdfa6d51158671c467 Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 16:30:17 +0000 Subject: [PATCH] chore(main): Release v4.7.1 --- .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 c0f9e2d..d839ae3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.7.0" + ".": "4.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1840253..a2279e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [4.7.1](https://github.com/cloudquery/filetypes/compare/v4.7.0...v4.7.1) (2026-03-27) + + +### Bug Fixes + +* **deps:** Update github.com/cloudquery/jsonschema digest to 8dfb902 ([#736](https://github.com/cloudquery/filetypes/issues/736)) ([854adac](https://github.com/cloudquery/filetypes/commit/854adac3d00ab7faf6cdfc0c13d555369e3246a9)) +* **deps:** Update module github.com/cloudquery/codegen to v0.4.0 ([#729](https://github.com/cloudquery/filetypes/issues/729)) ([cf48f40](https://github.com/cloudquery/filetypes/commit/cf48f403df04306853fcc5eeb229f7946338b4e8)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.95.0 ([#733](https://github.com/cloudquery/filetypes/issues/733)) ([c8a1988](https://github.com/cloudquery/filetypes/commit/c8a1988b48533b89c421f6b39f0494d400305803)) + ## [4.7.0](https://github.com/cloudquery/filetypes/compare/v4.6.16...v4.7.0) (2026-03-23)