diff --git a/execution/CHANGELOG.md b/execution/CHANGELOG.md index 8245c97975..15bee63780 100644 --- a/execution/CHANGELOG.md +++ b/execution/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.15.6](https://github.com/wundergraph/graphql-go-tools/compare/execution/v1.15.5...execution/v1.15.6) (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)) + ## [1.15.5](https://github.com/wundergraph/graphql-go-tools/compare/execution/v1.15.4...execution/v1.15.5) (2026-06-08) diff --git a/release-please-manifest.json b/release-please-manifest.json index 61b2914a84..209790c727 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,4 +1,4 @@ { "v2": "2.4.5", - "execution": "1.15.5" + "execution": "1.15.6" }