From 55bb532ee06059d2b746d99cc11cc54fe6682f90 Mon Sep 17 00:00:00 2001 From: "wundergraph-bot[bot]" <285992168+wundergraph-bot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 13:16:49 +0000 Subject: [PATCH] chore(master): release 2.4.5 --- 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 fff293301c..61b2914a84 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,4 +1,4 @@ { - "v2": "2.4.4", + "v2": "2.4.5", "execution": "1.15.5" } diff --git a/v2/CHANGELOG.md b/v2/CHANGELOG.md index f03631bf0f..a406bdedae 100644 --- a/v2/CHANGELOG.md +++ b/v2/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.5](https://github.com/wundergraph/graphql-go-tools/compare/v2.4.4...v2.4.5) (2026-06-11) + + +### Bug Fixes + +* bump go-arena to v1.3.0 ([#1532](https://github.com/wundergraph/graphql-go-tools/issues/1532)) ([a4eb7d8](https://github.com/wundergraph/graphql-go-tools/commit/a4eb7d8a1fb34eb7e65ed351a973b7eeea08bc0c)) + ## [2.4.4](https://github.com/wundergraph/graphql-go-tools/compare/v2.4.3...v2.4.4) (2026-06-08)