diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f58e9bb..38625df 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.6.1" + ".": "4.6.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 24cc754..5856f37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.6.2](https://github.com/cloudquery/filetypes/compare/v4.6.1...v4.6.2) (2024-12-23) + + +### Bug Fixes + +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.72.5 ([#611](https://github.com/cloudquery/filetypes/issues/611)) ([3eab398](https://github.com/cloudquery/filetypes/commit/3eab3983a4ac1116e69ab65fb5b4e9a1a5787d09)) + ## [4.6.1](https://github.com/cloudquery/filetypes/compare/v4.6.0...v4.6.1) (2024-12-20)