diff --git a/execution/CHANGELOG.md b/execution/CHANGELOG.md index e54bf856e2..9738ac590b 100644 --- a/execution/CHANGELOG.md +++ b/execution/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.6.0](https://github.com/wundergraph/graphql-go-tools/compare/execution/v1.5.0...execution/v1.6.0) (2025-10-21) + + +### Features + +* support the oneOf directive ([#1308](https://github.com/wundergraph/graphql-go-tools/issues/1308)) ([251cb02](https://github.com/wundergraph/graphql-go-tools/commit/251cb029a9e232f522ab3260db3d80942222ed2c)) +* validate presence of optional [@requires](https://github.com/requires) dependencies ([#1297](https://github.com/wundergraph/graphql-go-tools/issues/1297)) ([ba75e25](https://github.com/wundergraph/graphql-go-tools/commit/ba75e25483165fa0172bad6c4504b0f48d94cd9b)) + + +### Bug Fixes + +* bump engine to v2.0.0-rc.231 for execution ([#1329](https://github.com/wundergraph/graphql-go-tools/issues/1329)) ([ebddb25](https://github.com/wundergraph/graphql-go-tools/commit/ebddb25a48e8d2cedbf95c36c77407854880defc)) +* propagate fetch reasons for interface-related fields ([#1312](https://github.com/wundergraph/graphql-go-tools/issues/1312)) ([5ee3014](https://github.com/wundergraph/graphql-go-tools/commit/5ee3014edef13461fb1ef9e6297629f31ef6db7c)) + ## [1.5.0](https://github.com/wundergraph/graphql-go-tools/compare/execution/v1.4.0...execution/v1.5.0) (2025-09-12) diff --git a/release-please-manifest.json b/release-please-manifest.json index 9d9f3f3e8d..0b38f9189a 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,4 +1,4 @@ { "v2": "2.0.0-rc.231", - "execution": "1.5.0" + "execution": "1.6.0" }