diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d42be9a..05865b2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.2.28" + ".": "4.2.29" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2622ef8..924c842 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.2.29](https://github.com/cloudquery/filetypes/compare/v4.2.28...v4.2.29) (2024-07-23) + + +### Bug Fixes + +* **deps:** Update module github.com/cloudquery/codegen to v0.3.19 ([#551](https://github.com/cloudquery/filetypes/issues/551)) ([7c2cafb](https://github.com/cloudquery/filetypes/commit/7c2cafb59076dda286a68a0d96d52336aff2ac49)) + ## [4.2.28](https://github.com/cloudquery/filetypes/compare/v4.2.27...v4.2.28) (2024-07-22)