diff --git a/release-please-manifest.json b/release-please-manifest.json index c6224f825c..959dd2c622 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,4 +1,4 @@ { - "v2": "2.0.0-rc.207", + "v2": "2.0.0-rc.208", "execution": "1.4.0" } diff --git a/v2/CHANGELOG.md b/v2/CHANGELOG.md index b841113643..86499e7335 100644 --- a/v2/CHANGELOG.md +++ b/v2/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.0.0-rc.208](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.207...v2.0.0-rc.208) (2025-07-18) + + +### Features + +* add depth limit to parser ([#1241](https://github.com/wundergraph/graphql-go-tools/issues/1241)) ([7de2a2e](https://github.com/wundergraph/graphql-go-tools/commit/7de2a2e6302e06f52e869d71546fe60811b89b50)) + + +### Bug Fixes + +* check that object claims to implement interface ([#1235](https://github.com/wundergraph/graphql-go-tools/issues/1235)) ([5afbc68](https://github.com/wundergraph/graphql-go-tools/commit/5afbc6821a858fac7ce2d3d62559aed196477bb3)) +* use NodeFragmentIsAllowedOnNode to check fragmentSpread ([#1223](https://github.com/wundergraph/graphql-go-tools/issues/1223)) ([e448c81](https://github.com/wundergraph/graphql-go-tools/commit/e448c81e19a0b9955a449dbcdd207f60a7883994)) + ## [2.0.0-rc.207](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.206...v2.0.0-rc.207) (2025-07-15)