diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fb27778..1e91ef0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.6.13" + ".": "4.6.14" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fdb060..5d50efc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.6.14](https://github.com/cloudquery/filetypes/compare/v4.6.13...v4.6.14) (2026-02-03) + + +### Bug Fixes + +* **deps:** Update module github.com/cloudquery/codegen to v0.3.36 ([#708](https://github.com/cloudquery/filetypes/issues/708)) ([cb07983](https://github.com/cloudquery/filetypes/commit/cb07983f32a9d80faa07235ff0a9b8d338df5395)) + ## [4.6.13](https://github.com/cloudquery/filetypes/compare/v4.6.12...v4.6.13) (2026-02-03)