From d1c7e1d0b3b253e93e3ed2d1d870e8fe6e583cad Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Wed, 27 Jan 2021 20:30:22 -1000 Subject: [PATCH] Release juniper_rocket 0.6.2 --- juniper_rocket/CHANGELOG.md | 4 ++++ juniper_rocket/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/juniper_rocket/CHANGELOG.md b/juniper_rocket/CHANGELOG.md index f44459ee..9122ed5b 100644 --- a/juniper_rocket/CHANGELOG.md +++ b/juniper_rocket/CHANGELOG.md @@ -2,6 +2,10 @@ - Compatibility with the latest `juniper`. +# [[0.6.2] 2021-01-27](https://github.com/graphql-rust/juniper/releases/tag/juniper_rocket-0.6.2) + +- Compatibility with the latest `juniper`. + # [[0.6.1] 2021-01-15](https://github.com/graphql-rust/juniper/releases/tag/juniper_rocket-0.6.1) - Compatibility with the latest `juniper`. diff --git a/juniper_rocket/Cargo.toml b/juniper_rocket/Cargo.toml index 63036f9d..d1dc7d09 100644 --- a/juniper_rocket/Cargo.toml +++ b/juniper_rocket/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juniper_rocket" -version = "0.6.1" +version = "0.6.2" edition = "2018" authors = [ "Magnus Hallin ",