diff --git a/execution/CHANGELOG.md b/execution/CHANGELOG.md index 65da2c9d9..1187febfe 100644 --- a/execution/CHANGELOG.md +++ b/execution/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.12.0](https://github.com/wundergraph/graphql-go-tools/compare/execution/v1.11.0...execution/v1.12.0) (2026-04-28) + + +### Features + +* support costs on arguments of directives ([#1465](https://github.com/wundergraph/graphql-go-tools/issues/1465)) ([2eca1ab](https://github.com/wundergraph/graphql-go-tools/commit/2eca1ab9932395d9b3181d28e8e6c2c03818f68b)) + ## [1.11.0](https://github.com/wundergraph/graphql-go-tools/compare/execution/v1.10.0...execution/v1.11.0) (2026-04-08) diff --git a/release-please-manifest.json b/release-please-manifest.json index 24d93642b..58205220f 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,4 +1,4 @@ { "v2": "2.0.0", - "execution": "1.11.0" + "execution": "1.12.0" }