From 06bdf0bfad9c96565ff521685eb4a8c0c0298aab Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Thu, 8 Jul 2021 00:07:53 -0700 Subject: [PATCH] Release juniper_hyper 0.8.0 --- 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 bf66bb4d..be40b655 100644 --- a/juniper_hyper/CHANGELOG.md +++ b/juniper_hyper/CHANGELOG.md @@ -2,6 +2,10 @@ - Compatibility with the latest `juniper`. +# [[0.8.0] 2021-07-08](https://github.com/graphql-rust/juniper/releases/tag/juniper_hyper-0.8.0) + +- Compatibility with the latest `juniper`. + # [[0.7.1] 2021-06-07](https://github.com/graphql-rust/juniper/releases/tag/juniper_hyper-0.7.1) - Compatibility with the latest `juniper`. diff --git a/juniper_hyper/Cargo.toml b/juniper_hyper/Cargo.toml index d0515138..11f03443 100644 --- a/juniper_hyper/Cargo.toml +++ b/juniper_hyper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juniper_hyper" -version = "0.7.1" +version = "0.8.0" edition = "2018" authors = ["Damir Vandic "] description = "Juniper GraphQL integration with Hyper"