diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d839ae3..5e5830a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.7.1" + ".": "4.7.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b0fdd7e..675afdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.7.2](https://github.com/cloudquery/filetypes/compare/v4.7.1...v4.7.2) (2026-07-03) + + +### Bug Fixes + +* **deps:** Update module golang.org/x/net to v0.55.0 [SECURITY] ([#755](https://github.com/cloudquery/filetypes/issues/755)) ([4bfa4c8](https://github.com/cloudquery/filetypes/commit/4bfa4c8ab59a9703e6054b278a4cf1ac7fd0d043)) + ## [4.7.1](https://github.com/cloudquery/filetypes/compare/v4.7.0...v4.7.1) (2026-07-03)