diff --git a/.changeset/breezy-results-travel.md b/.changeset/breezy-results-travel.md deleted file mode 100644 index 5c7bc8b8..00000000 --- a/.changeset/breezy-results-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@theguild/federation-composition": patch ---- - -Set external to true for external fields that are not in the key, but are used in keys for other graphs diff --git a/CHANGELOG.md b/CHANGELOG.md index 922e7b58..7be2001c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @theguild/federation-composition +## 0.23.1 + +### Patch Changes + +- [#307](https://github.com/graphql-hive/federation-composition/pull/307) [`b3367b4`](https://github.com/graphql-hive/federation-composition/commit/b3367b42e7ae15c37e438e46345430ef819e0982) Thanks [@jdolle](https://github.com/jdolle)! - Set external to true for external fields that are not in the key, but are used in keys for other graphs + ## 0.23.0 ### Minor Changes diff --git a/package.json b/package.json index 3728a602..daa54f9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@theguild/federation-composition", - "version": "0.23.0", + "version": "0.23.1", "type": "module", "description": "Open Source Composition library for Apollo Federation", "repository": {