diff --git a/juniper_rocket/CHANGELOG.md b/juniper_rocket/CHANGELOG.md index d2c2e44b..8b4dfc85 100644 --- a/juniper_rocket/CHANGELOG.md +++ b/juniper_rocket/CHANGELOG.md @@ -1,5 +1,9 @@ # master +- 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`. - Compatibility with the latest `juniper`. diff --git a/juniper_rocket/Cargo.toml b/juniper_rocket/Cargo.toml index 77441c2a..708efaa8 100644 --- a/juniper_rocket/Cargo.toml +++ b/juniper_rocket/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juniper_rocket" -version = "0.2.0" +version = "0.3.0" authors = [ "Magnus Hallin ", "Christoph Herzog ",