From a9515000d0dfa820d945de9170ea2daf3f76732a Mon Sep 17 00:00:00 2001 From: Patryk Zawadzki <81205+patrys@users.noreply.github.com> Date: Mon, 7 Jan 2019 16:38:35 +0100 Subject: [PATCH] Update CHANGELOG.md Co-Authored-By: rafalp --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbe15777e..ea57a7409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## 0.2.0 (07.01.2019) +## 0.2.0 (2019-01-07) - Removed support for Python 3.5 and added support for 3.7. - Moved to `GraphQL-core-next` that supports `async` resolvers, query execution and implements a more recent version of GraphQL spec. If you are updating an existing project, you will need to uninstall `graphql-core` before installing `graphql-core-next`, as both libraries use `graphql` namespace.