diff --git a/juniper_hyper/CHANGELOG.md b/juniper_hyper/CHANGELOG.md index f6cd641a..1c487156 100644 --- a/juniper_hyper/CHANGELOG.md +++ b/juniper_hyper/CHANGELOG.md @@ -2,6 +2,10 @@ - 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`. + # 0.2.0 [2018-12-18] ## Breaking changes diff --git a/juniper_hyper/Cargo.toml b/juniper_hyper/Cargo.toml index db80ccb8..79e3ec2f 100644 --- a/juniper_hyper/Cargo.toml +++ b/juniper_hyper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juniper_hyper" -version = "0.2.0" +version = "0.3.0" authors = ["Damir Vandic "] description = "Juniper GraphQL integration with Hyper" license = "BSD-2-Clause"