From d2ea976b944407ea5e1be8c9e50e8d209fe94d67 Mon Sep 17 00:00:00 2001 From: Dustin Deus Date: Fri, 19 Dec 2025 12:07:29 +0100 Subject: [PATCH] chore(master): release execution 1.6.1 --- execution/CHANGELOG.md | 7 +++++++ release-please-manifest.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/execution/CHANGELOG.md b/execution/CHANGELOG.md index 9738ac590..f7aa92789 100644 --- a/execution/CHANGELOG.md +++ b/execution/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.1](https://github.com/wundergraph/graphql-go-tools/compare/execution/v1.6.0...execution/v1.6.1) (2025-12-19) + + +### Bug Fixes + +* add ability to exclude introspection queries from complexity limits ([#1342](https://github.com/wundergraph/graphql-go-tools/issues/1342)) ([19c8693](https://github.com/wundergraph/graphql-go-tools/commit/19c86930482956b2d5f96f2feae6d015d1052ef4)) + ## [1.6.0](https://github.com/wundergraph/graphql-go-tools/compare/execution/v1.5.0...execution/v1.6.0) (2025-10-21) diff --git a/release-please-manifest.json b/release-please-manifest.json index 0e84cc97e..778787a2b 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,4 +1,4 @@ { "v2": "2.0.0-rc.242", - "execution": "1.6.0" + "execution": "1.6.1" }