diff --git a/.changeset/cool-scissors-poke.md b/.changeset/cool-scissors-poke.md deleted file mode 100644 index fc4a31b..0000000 --- a/.changeset/cool-scissors-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@theguild/federation-composition': minor ---- - -Implement validation rules for `REQUIRED_INACCESSIBLE` for input types and field arguments. diff --git a/CHANGELOG.md b/CHANGELOG.md index 01194e2..ccf473b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # @theguild/federation-composition +## 0.8.0 + +### Minor Changes + +- [#40](https://github.com/the-guild-org/federation/pull/40) + [`4cba351`](https://github.com/the-guild-org/federation/commit/4cba35100e751fee5a9e531931b85d586f35a01c) + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Implement validation rules for + `REQUIRED_INACCESSIBLE` for input types and field arguments. + ## 0.7.1 ### Patch Changes diff --git a/package.json b/package.json index 37fa234..2c3393c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@theguild/federation-composition", - "version": "0.7.1", + "version": "0.8.0", "type": "module", "description": "Open Source Composition library for Apollo Federation", "repository": {