From 8e8e34831e7e1bb0835f82d1da7300522f6e65e4 Mon Sep 17 00:00:00 2001 From: Mikhail Novikov Date: Tue, 2 Jan 2018 14:50:06 +0200 Subject: [PATCH] v2.15.0 (#562) --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb702d683a1..d4cfb0a5e29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ * ... +### v2.15.0 + +* Validate query before delegation [PR #551](https://github.com/apollographql/graphql-tools/pull/551) + ### v2.14.1 * Add guard against invalid schemas being constructed from AST [PR #547](https://github.com/apollographql/graphql-tools/pull/547) diff --git a/package.json b/package.json index 147c9cc5cf0..0de1ad33045 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-tools", - "version": "2.14.1", + "version": "2.15.0", "description": "Useful tools to create and manipulate GraphQL schemas.", "main": "dist/index.js", "typings": "dist/index.d.ts",