From 8ff0c325a54d38086b20ac7b77658d62f4bbe0c2 Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Sat, 12 Dec 2020 09:49:34 -1000 Subject: [PATCH] Release juniper_hyper 0.6.1 --- juniper_hyper/CHANGELOG.md | 4 ++++ juniper_hyper/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/juniper_hyper/CHANGELOG.md b/juniper_hyper/CHANGELOG.md index 3d28daeb..c7a632ec 100644 --- a/juniper_hyper/CHANGELOG.md +++ b/juniper_hyper/CHANGELOG.md @@ -2,6 +2,10 @@ - Compatibility with the latest `juniper`. +# [[0.6.1] 2020-12-12](https://github.com/graphql-rust/juniper/releases/tag/juniper_hyper-0.6.1) + +- Compatibility with the latest `juniper`. + # [[0.6.0] 2020-12-09](https://github.com/graphql-rust/juniper/releases/tag/juniper_hyper-0.6.0) - Compatibility with the latest `juniper`. diff --git a/juniper_hyper/Cargo.toml b/juniper_hyper/Cargo.toml index 22300194..46839527 100644 --- a/juniper_hyper/Cargo.toml +++ b/juniper_hyper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juniper_hyper" -version = "0.6.0" +version = "0.6.1" edition = "2018" authors = ["Damir Vandic "] description = "Juniper GraphQL integration with Hyper"