diff --git a/juniper_rocket/CHANGELOG.md b/juniper_rocket/CHANGELOG.md index e9005978..60ead3b2 100644 --- a/juniper_rocket/CHANGELOG.md +++ b/juniper_rocket/CHANGELOG.md @@ -1,5 +1,9 @@ # master +- Compatibility with the latest `juniper`. + +# [[0.7.2] 2022-01-26](https://github.com/graphql-rust/juniper/releases/tag/juniper_rocket-0.7.2) + - Require async rocket support (`rocket` >= 0.5-rc1). - Compatibility with the latest `juniper`. diff --git a/juniper_rocket/Cargo.toml b/juniper_rocket/Cargo.toml index b7c80dd4..09a25a23 100644 --- a/juniper_rocket/Cargo.toml +++ b/juniper_rocket/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juniper_rocket" -version = "0.7.1" +version = "0.7.2" edition = "2018" authors = [ "Magnus Hallin ",