From 5436288daef380618322ed9f14f767b396e81669 Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Wed, 9 Dec 2020 19:23:01 -1000 Subject: [PATCH] Release juniper_rocket 0.6.0 --- 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 880ef341..373826d7 100644 --- a/juniper_rocket/CHANGELOG.md +++ b/juniper_rocket/CHANGELOG.md @@ -1,5 +1,9 @@ # master +- Compatibility with the latest `juniper`. + +# [[0.6.0] 2020-12-09](https://github.com/graphql-rust/juniper/releases/tag/juniper_rocket-0.6.0) + - Compatibility with the latest `juniper`. - Rocket integration does not require default features. - Support `application/graphql` POST requests. diff --git a/juniper_rocket/Cargo.toml b/juniper_rocket/Cargo.toml index 9ffdb2c8..414e98eb 100644 --- a/juniper_rocket/Cargo.toml +++ b/juniper_rocket/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juniper_rocket" -version = "0.5.2" +version = "0.6.0" edition = "2018" authors = [ "Magnus Hallin ",