diff --git a/juniper_hyper/CHANGELOG.md b/juniper_hyper/CHANGELOG.md index 1c487156..5517b951 100644 --- a/juniper_hyper/CHANGELOG.md +++ b/juniper_hyper/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_hyper-0.4.0) + +- Compatibility with the latest `juniper`. + # [[0.3.0] 2019-05-16](https://github.com/graphql-rust/juniper/releases/tag/juniper_hyper-0.3.0) - Compatibility with the latest `juniper`. diff --git a/juniper_hyper/Cargo.toml b/juniper_hyper/Cargo.toml index 18efbf65..da0521a4 100644 --- a/juniper_hyper/Cargo.toml +++ b/juniper_hyper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juniper_hyper" -version = "0.3.0" +version = "0.4.0" authors = ["Damir Vandic <info@dvic.io>"] description = "Juniper GraphQL integration with Hyper" license = "BSD-2-Clause"