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..5cefed7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [4.6.13](https://github.com/cloudquery/filetypes/compare/v4.6.12...v4.6.13) (2026-01-12) + + +### Bug Fixes + +* **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)) + ## [4.6.12](https://github.com/cloudquery/filetypes/compare/v4.6.11...v4.6.12) (2026-01-02)