From 5b5331cb69e499d577cf9390090dcc119c019a1d Mon Sep 17 00:00:00 2001 From: Dustin Deus Date: Wed, 8 Jan 2025 15:15:19 +0100 Subject: [PATCH] chore(master): release 2.0.0-rc.139 (#1028) :robot: I have created a release *beep* *boop* --- ## [2.0.0-rc.139](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.138...v2.0.0-rc.139) (2025-01-08) ### Features * add extensions.code to rate limiting error ([#1027](https://github.com/wundergraph/graphql-go-tools/issues/1027)) ([9423458](https://github.com/wundergraph/graphql-go-tools/commit/9423458b476545e417d7606f6371ce621b725674)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- 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 35519584da..6a171e1e3a 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,4 +1,4 @@ { - "v2": "2.0.0-rc.138", + "v2": "2.0.0-rc.139", "execution": "1.2.0" } diff --git a/v2/CHANGELOG.md b/v2/CHANGELOG.md index d23cd2a3bb..0ff97c6741 100644 --- a/v2/CHANGELOG.md +++ b/v2/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.0-rc.139](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.138...v2.0.0-rc.139) (2025-01-08) + + +### Features + +* add extensions.code to rate limiting error ([#1027](https://github.com/wundergraph/graphql-go-tools/issues/1027)) ([9423458](https://github.com/wundergraph/graphql-go-tools/commit/9423458b476545e417d7606f6371ce621b725674)) + ## [2.0.0-rc.138](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.137...v2.0.0-rc.138) (2025-01-03)