From 064e91a8becfe3621de9bb946ce5dfa55be70954 Mon Sep 17 00:00:00 2001 From: Dustin Deus Date: Fri, 21 Nov 2025 22:06:38 +0100 Subject: [PATCH] chore(master): release 2.0.0-rc.239 --- release-please-manifest.json | 2 +- v2/CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/release-please-manifest.json b/release-please-manifest.json index fe2731ce18..9390c02ef0 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,4 +1,4 @@ { - "v2": "2.0.0-rc.238", + "v2": "2.0.0-rc.239", "execution": "1.6.0" } diff --git a/v2/CHANGELOG.md b/v2/CHANGELOG.md index 404537add4..9ba5cec714 100644 --- a/v2/CHANGELOG.md +++ b/v2/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.0.0-rc.239](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.238...v2.0.0-rc.239) (2025-11-21) + + +### Features + +* allows hook in the subscriptions ([#1309](https://github.com/wundergraph/graphql-go-tools/issues/1309)) ([79d7e79](https://github.com/wundergraph/graphql-go-tools/commit/79d7e799a5c8cfc808a9fd0be81f6467e4093714)) + + +### Bug Fixes + +* pin the correct version of sjson in v2 ([#1334](https://github.com/wundergraph/graphql-go-tools/issues/1334)) ([0009898](https://github.com/wundergraph/graphql-go-tools/commit/00098980bf690a39dc6dbab64426f61387121e4b)) + ## [2.0.0-rc.238](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.237...v2.0.0-rc.238) (2025-11-17)