From 2d960bfc4851c7994db56ad0dbcdf2b245e8a0ec Mon Sep 17 00:00:00 2001 From: Dustin Deus Date: Fri, 13 Dec 2024 18:00:56 +0100 Subject: [PATCH] chore(master): release 2.0.0-rc.135 (#1015) :robot: I have created a release *beep* *boop* --- ## [2.0.0-rc.135](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.134...v2.0.0-rc.135) (2024-12-13) ### Features * add ConsumerInactiveThreshold to NatsStreamConfiguration ([#1014](https://github.com/wundergraph/graphql-go-tools/issues/1014)) ([7d66579](https://github.com/wundergraph/graphql-go-tools/commit/7d66579b53d831a1b543f9ad20239d1fced303ab)) --- 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 9a1603fac..cae02ecda 100644 --- a/release-please-manifest.json +++ b/release-please-manifest.json @@ -1,4 +1,4 @@ { - "v2": "2.0.0-rc.134", + "v2": "2.0.0-rc.135", "execution": "1.1.0" } diff --git a/v2/CHANGELOG.md b/v2/CHANGELOG.md index 2ae3d3c5b..49580883e 100644 --- a/v2/CHANGELOG.md +++ b/v2/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.0-rc.135](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.134...v2.0.0-rc.135) (2024-12-13) + + +### Features + +* add ConsumerInactiveThreshold to NatsStreamConfiguration ([#1014](https://github.com/wundergraph/graphql-go-tools/issues/1014)) ([7d66579](https://github.com/wundergraph/graphql-go-tools/commit/7d66579b53d831a1b543f9ad20239d1fced303ab)) + ## [2.0.0-rc.134](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.133...v2.0.0-rc.134) (2024-12-11)