From 8c1afa45584232d1d24df2f70431b76a2670b4e5 Mon Sep 17 00:00:00 2001 From: "cloudquery-ci[bot]" <271027272+cloudquery-ci[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 10:54:08 +0000 Subject: [PATCH] chore(main): Release v4.7.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 00c583a..25deff8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.7.3" + ".": "4.7.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f219032..433a358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.7.4](https://github.com/cloudquery/filetypes/compare/v4.7.3...v4.7.4) (2026-08-25) + + +### Bug Fixes + +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.96.1 ([#764](https://github.com/cloudquery/filetypes/issues/764)) ([c5bee4d](https://github.com/cloudquery/filetypes/commit/c5bee4db666c02aefcc7570f948c8735e5a82afa)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.96.2 ([#766](https://github.com/cloudquery/filetypes/issues/766)) ([4589542](https://github.com/cloudquery/filetypes/commit/4589542445dc08559461460561e86c7eeb58927b)) + ## [4.7.3](https://github.com/cloudquery/filetypes/compare/v4.7.2...v4.7.3) (2026-08-03)