From 60ba06f846941ea088a699ce26c14e8e66c6cdb2 Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Fri, 19 Jul 2019 13:59:33 -0700 Subject: [PATCH] Release juniper_rocket 0.4.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 8b4dfc85..3e2fd3c3 100644 --- a/juniper_rocket/CHANGELOG.md +++ b/juniper_rocket/CHANGELOG.md @@ -2,6 +2,10 @@ - Compatibility with the latest `juniper`. +# [[0.4.0] 2019-07-19](https://github.com/graphql-rust/juniper/releases/tag/juniper_rocket-0.4.0) + +- Compatibility with the latest `juniper`. + # [[0.3.0] 2019-05-16](https://github.com/graphql-rust/juniper/releases/tag/juniper_rocket-0.3.0) - Expose the operation names from `GraphQLRequest`. diff --git a/juniper_rocket/Cargo.toml b/juniper_rocket/Cargo.toml index 208dc8ba..27163d34 100644 --- a/juniper_rocket/Cargo.toml +++ b/juniper_rocket/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juniper_rocket" -version = "0.3.0" +version = "0.4.0" authors = [ "Magnus Hallin ", "Christoph Herzog ",