diff --git a/juniper_hyper/CHANGELOG.md b/juniper_hyper/CHANGELOG.md index c7a632ec..5d5313c3 100644 --- a/juniper_hyper/CHANGELOG.md +++ b/juniper_hyper/CHANGELOG.md @@ -2,6 +2,10 @@ - Compatibility with the latest `juniper`. +# [[0.6.2] 2021-01-15](https://github.com/graphql-rust/juniper/releases/tag/juniper_hyper-0.6.2) + +- Compatibility with the latest `juniper`. + # [[0.6.1] 2020-12-12](https://github.com/graphql-rust/juniper/releases/tag/juniper_hyper-0.6.1) - Compatibility with the latest `juniper`. diff --git a/juniper_hyper/Cargo.toml b/juniper_hyper/Cargo.toml index a337ae3f..379c23bb 100644 --- a/juniper_hyper/Cargo.toml +++ b/juniper_hyper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juniper_hyper" -version = "0.6.1" +version = "0.6.2" edition = "2018" authors = ["Damir Vandic "] description = "Juniper GraphQL integration with Hyper"