From 7fdaf7b6b33bec2351d7ae5008e04fde1d799dfe Mon Sep 17 00:00:00 2001 From: Jonas Helfer Date: Mon, 12 Jun 2017 22:37:04 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13290176..bbd66b72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # Changelog ### VNEXT -* **Security Fix** GET queries did not run through validation ([@DxCx](https://github.com/DxCx)) on [#424](https://github.com/apollographql/graphql-server/pull/424) + +### v0.8.1 +* **Security Fix** Ensure queries submitted via HTTP GET run through validation ([@DxCx](https://github.com/DxCx)) on [#424](https://github.com/apollographql/graphql-server/pull/424) ### v0.8.0 * Persist `window.location.hash` on URL updates [#386](https://github.com/apollographql/graphql-server/issues/386)