diff --git a/CHANGELOG.md b/CHANGELOG.md index a8d5e757f5a..c5330fd85c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,12 @@ ### vNEXT +* ... + +### v2.18.0 + * Fix a bug where inline fragments got filtered in merged schemas when a type implemented multiple interfaces [PR #546](https://github.com/apollographql/graphql-tools/pull/546) -* IEnumResolver value can be a `number` type +* IEnumResolver value can be a `number` type [PR #568](https://github.com/apollographql/graphql-tools/pull/568) ### v2.17.0 diff --git a/package.json b/package.json index 9bd2b84ec35..65d19ff2e40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-tools", - "version": "2.17.0", + "version": "2.18.0", "description": "Useful tools to create and manipulate GraphQL schemas.", "main": "dist/index.js", "typings": "dist/index.d.ts",