From 4d22a58e1a379c7ce5944e2729d9f6b180446540 Mon Sep 17 00:00:00 2001
From: Dustin Deus <deusdustin@gmail.com>
Date: Wed, 11 Dec 2024 11:13:21 +0100
Subject: [PATCH] chore(master): release 2.0.0-rc.134 (#1013)

:robot: I have created a release *beep* *boop*
---


##
[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)


### Bug Fixes

* array merging logic
([abaa939](https://github.com/wundergraph/graphql-go-tools/commit/abaa939544c5c9ef954b68c7c7ceae37b304c6bb))
* array merging logic
([6bb4cb5](https://github.com/wundergraph/graphql-go-tools/commit/6bb4cb5eff53a7591a81392ba764edc7a81032d5))
* upgrade astjson, add deprecated hint on old package
([#1012](https://github.com/wundergraph/graphql-go-tools/issues/1012))
([1f7ad31](https://github.com/wundergraph/graphql-go-tools/commit/1f7ad3163a891216b28e780640f2b8044be6d4aa))

---
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              | 9 +++++++++
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/release-please-manifest.json b/release-please-manifest.json
index 1196486d8..9a1603fac 100644
--- a/release-please-manifest.json
+++ b/release-please-manifest.json
@@ -1,4 +1,4 @@
 {
-  "v2": "2.0.0-rc.133",
+  "v2": "2.0.0-rc.134",
   "execution": "1.1.0"
 }
diff --git a/v2/CHANGELOG.md b/v2/CHANGELOG.md
index efbfa5376..2ae3d3c5b 100644
--- a/v2/CHANGELOG.md
+++ b/v2/CHANGELOG.md
@@ -1,5 +1,14 @@
 # Changelog
 
+## [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)
+
+
+### Bug Fixes
+
+* array merging logic ([abaa939](https://github.com/wundergraph/graphql-go-tools/commit/abaa939544c5c9ef954b68c7c7ceae37b304c6bb))
+* array merging logic ([6bb4cb5](https://github.com/wundergraph/graphql-go-tools/commit/6bb4cb5eff53a7591a81392ba764edc7a81032d5))
+* upgrade astjson, add deprecated hint on old package ([#1012](https://github.com/wundergraph/graphql-go-tools/issues/1012)) ([1f7ad31](https://github.com/wundergraph/graphql-go-tools/commit/1f7ad3163a891216b28e780640f2b8044be6d4aa))
+
 ## [2.0.0-rc.133](https://github.com/wundergraph/graphql-go-tools/compare/v2.0.0-rc.132...v2.0.0-rc.133) (2024-12-11)