diff --git a/release-please-manifest.json b/release-please-manifest.json index f32f6be3f..0e84cc97e 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,4 +1,4 @@ { - "v2": "2.0.0-rc.241", + "v2": "2.0.0-rc.242", "execution": "1.6.0" } diff --git a/v2/CHANGELOG.md b/v2/CHANGELOG.md index 670771ad2..3306ef693 100644 --- a/v2/CHANGELOG.md +++ b/v2/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.0-rc.242](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.241...v2.0.0-rc.242) (2025-12-19) + + +### Bug Fixes + +* skip invalid locations ([#1357](https://github.com/wundergraph/graphql-go-tools/issues/1357)) ([5154906](https://github.com/wundergraph/graphql-go-tools/commit/515490670712e61910e346c6d43b500a5b90c6a2)) + ## [2.0.0-rc.241](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.240...v2.0.0-rc.241) (2025-12-10)