diff --git a/CHANGELOG.md b/CHANGELOG.md index 15ed6f9e7af..6e39d736100 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,17 @@ ### vNEXT +* ... + +### v2.17.0 + +* Include `astNode` property in schema recreation [PR #569](https://github.com/apollographql/graphql-tools/pull/569) + +### v2.16.0 + * Added GraphQL Subscriptions support for schema stitching and `makeRemoteExecutableSchema` [PR #563](https://github.com/apollographql/graphql-tools/pull/563) * Make `apollo-link` a direct dependency [PR #561](https://github.com/apollographql/graphql-tools/pull/561) * Update tests to use `graphql-js@0.12` docstring format [PR #559](https://github.com/apollographql/graphql-tools/pull/559) -* Include `astNode` property in schema recreation ### v2.15.0 diff --git a/package.json b/package.json index c71d0bc03ad..9bd2b84ec35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-tools", - "version": "2.16.0", + "version": "2.17.0", "description": "Useful tools to create and manipulate GraphQL schemas.", "main": "dist/index.js", "typings": "dist/index.d.ts",