From f7d224ad3a9a74cfa030b760677cdf07b47713ed Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 3 Feb 2026 11:19:20 +0000 Subject: [PATCH] chore(main): Release v4.6.13 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d22245c..fb27778 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.6.12" + ".": "4.6.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f4bf5ff..2fdb060 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.6.13](https://github.com/cloudquery/filetypes/compare/v4.6.12...v4.6.13) (2026-02-03) + + +### Bug Fixes + +* **deps:** Update module github.com/apache/arrow-go/v18 to v18.5.1 ([#706](https://github.com/cloudquery/filetypes/issues/706)) ([f0d3779](https://github.com/cloudquery/filetypes/commit/f0d377946563180f906ca9538e12863b75557b4b)) +* **deps:** Update module github.com/cloudquery/codegen to v0.3.34 ([#701](https://github.com/cloudquery/filetypes/issues/701)) ([161b9f1](https://github.com/cloudquery/filetypes/commit/161b9f1fafe16855321ab3f650843084c65e060b)) +* **deps:** Update module github.com/cloudquery/codegen to v0.3.35 ([#703](https://github.com/cloudquery/filetypes/issues/703)) ([da2b93f](https://github.com/cloudquery/filetypes/commit/da2b93fce9f8934519db7837d5f354c8744274d1)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.94.0 ([#704](https://github.com/cloudquery/filetypes/issues/704)) ([bb9d586](https://github.com/cloudquery/filetypes/commit/bb9d586a781252881367a37591ba361fe276f2fc)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.94.1 ([#707](https://github.com/cloudquery/filetypes/issues/707)) ([1b08a4c](https://github.com/cloudquery/filetypes/commit/1b08a4c373eb25789552eaf3af49e36d9034aaf3)) + ## [4.6.12](https://github.com/cloudquery/filetypes/compare/v4.6.11...v4.6.12) (2026-01-02)