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 ",