diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 218393f..4cff5b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.1" + ".": "0.4.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a5496e0..ef5fdb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.4.2](https://github.com/cloudquery/codegen/compare/v0.4.1...v0.4.2) (2026-05-01) + + +### Bug Fixes + +* **deps:** Update golang.org/x/exp digest to 746e56f ([#435](https://github.com/cloudquery/codegen/issues/435)) ([e2304d4](https://github.com/cloudquery/codegen/commit/e2304d4de347ab4b678cb46b078e4af218e5f63f)) +* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.95.1 ([#432](https://github.com/cloudquery/codegen/issues/432)) ([1fe81c8](https://github.com/cloudquery/codegen/commit/1fe81c8025d1f663fcd9aab6431f91c14977d80e)) +* **deps:** Update module github.com/invopop/jsonschema to v0.14.0 ([#437](https://github.com/cloudquery/codegen/issues/437)) ([04846c8](https://github.com/cloudquery/codegen/commit/04846c8508ea04913810a0006c0759d03ba54666)) + ## [0.4.1](https://github.com/cloudquery/codegen/compare/v0.4.0...v0.4.1) (2026-03-30)