From 3d70a2b6175987b7f281670499cce13e76f994cc Mon Sep 17 00:00:00 2001 From: "wundergraph-bot[bot]" <285992168+wundergraph-bot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 19:09:14 +0000 Subject: [PATCH] chore(master): release 2.13.2 --- release-please-manifest.json | 2 +- v2/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/release-please-manifest.json b/release-please-manifest.json index 9822f8f130..9e4ab4e2e5 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,4 +1,4 @@ { - "v2": "2.13.1", + "v2": "2.13.2", "execution": "1.17.1" } diff --git a/v2/CHANGELOG.md b/v2/CHANGELOG.md index 5a942fca44..72b7931dec 100644 --- a/v2/CHANGELOG.md +++ b/v2/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.13.2](https://github.com/wundergraph/graphql-go-tools/compare/v2.13.1...v2.13.2) (2026-07-17) + + +### Bug Fixes + +* accept empty lists for non-null list items ([#1600](https://github.com/wundergraph/graphql-go-tools/issues/1600)) ([bd86537](https://github.com/wundergraph/graphql-go-tools/commit/bd8653780bdc702fdcd11a449a254509c62c2b5e)) + ## [2.13.1](https://github.com/wundergraph/graphql-go-tools/compare/v2.13.0...v2.13.1) (2026-07-17)