From 45b140a266f3801718f54fd706a54fa03961d670 Mon Sep 17 00:00:00 2001 From: Dustin Deus Date: Thu, 30 Apr 2026 16:40:20 +0200 Subject: [PATCH] chore(master): release 2.1.0 --- 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 58205220f..84364f45c 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,4 +1,4 @@ { - "v2": "2.0.0", + "v2": "2.1.0", "execution": "1.12.0" } diff --git a/v2/CHANGELOG.md b/v2/CHANGELOG.md index 3aff4356b..66e51658b 100644 --- a/v2/CHANGELOG.md +++ b/v2/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0...v2.1.0) (2026-04-30) + + +### Features + +* subscriptions overhaul ([#1374](https://github.com/wundergraph/graphql-go-tools/issues/1374)) ([6c0ac71](https://github.com/wundergraph/graphql-go-tools/commit/6c0ac71e071abf06fdf618d45d100769f0017acd)) + ## [2.0.0](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.270...v2.0.0) (2026-04-27)