diff --git a/CHANGELOG.md b/CHANGELOG.md index b8eb35a090a..4bd7530d254 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [7.1.0](https://github.com/yaacovCR/graphql-tools-fork/compare/v7.0.3...v7.1.0) (2019-11-04) + + +### Features + +* **mergeSchemas:** allow transform specification ([5efafbe](https://github.com/yaacovCR/graphql-tools-fork/commit/5efafbe)) + ### [7.0.3](https://github.com/yaacovCR/graphql-tools-fork/compare/v7.0.2...v7.0.3) (2019-10-20) diff --git a/package.json b/package.json index 604095522c9..32decb21bb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-tools-fork", - "version": "7.0.3", + "version": "7.1.0", "description": "Forked graphql-tools, still more useful tools to create and manipulate GraphQL schemas.", "main": "dist/index.js", "typings": "dist/index.d.ts",