From fe1bcfcb7ab978f4566689e51d2f8fbb6f65c89d Mon Sep 17 00:00:00 2001 From: Christian Legnitto <christian.legnitto@robinhood.com> Date: Wed, 9 Dec 2020 20:00:07 -1000 Subject: [PATCH] Release juniper_graphql_ws 0.2.0 --- juniper_graphql_ws/CHANGELOG.md | 4 ++++ juniper_graphql_ws/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/juniper_graphql_ws/CHANGELOG.md b/juniper_graphql_ws/CHANGELOG.md index 51a7a654..2d283d01 100644 --- a/juniper_graphql_ws/CHANGELOG.md +++ b/juniper_graphql_ws/CHANGELOG.md @@ -1,4 +1,8 @@ # master +- Compatibility with the latest `juniper`. + +# [[0.2.0] 2020-12-09](https://github.com/graphql-rust/juniper/releases/tag/juniper_graphql_ws-0.2.0) + - Fix null deserialization issue ([#735](https://github.com/graphql-rust/juniper/issues/735)) - Initial Release diff --git a/juniper_graphql_ws/Cargo.toml b/juniper_graphql_ws/Cargo.toml index ecbda336..52b8a910 100644 --- a/juniper_graphql_ws/Cargo.toml +++ b/juniper_graphql_ws/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juniper_graphql_ws" -version = "0.1.0" +version = "0.2.0" edition = "2018" authors = ["Christopher Brown <ccbrown112@gmail.com>"] license = "BSD-2-Clause"