Skip to content

Commit

Permalink
Update @apollo/subgraph CHANGELOG.md entry for 2.3.0-beta.2 to mentio…
Browse files Browse the repository at this point in the history
…n that using @tag with the new location requires using the federation 2.3 spec.
  • Loading branch information
sachindshinde committed Feb 8, 2023
1 parent c6a8a0c commit 65c7d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subgraph-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
This CHANGELOG pertains only to Apollo Federation packages in the 2.x range. The Federation v0.x equivalent for this package can be found [here](https://github.com/apollographql/federation/blob/version-0.x/subgraph-js/CHANGELOG.md) on the `version-0.x` branch of this repo.

## 2.3.0-beta.2
- `@tag` directive support for the `SCHEMA` location [PR #2314](https://github.com/apollographql/federation/pull/2314).
- `@tag` directive support for the `SCHEMA` location. This has been added to the 2.3 version of the federation spec, and you must declare usage of this spec version in your subgraph to use this functionality. [PR #2314](https://github.com/apollographql/federation/pull/2314).

## 2.3.0

Expand Down

0 comments on commit 65c7d7d

Please sign in to comment.