diff --git a/juniper_subscriptions/CHANGELOG.md b/juniper_subscriptions/CHANGELOG.md index 05232472..e5789c84 100644 --- a/juniper_subscriptions/CHANGELOG.md +++ b/juniper_subscriptions/CHANGELOG.md @@ -1,3 +1,7 @@ # master +- Compatibility with the latest `juniper`. + +# [[0.15.0] 2020-12-09](https://github.com/graphql-rust/juniper/releases/tag/juniper_subscriptions-0.15.0) + - Initial Release diff --git a/juniper_subscriptions/Cargo.toml b/juniper_subscriptions/Cargo.toml index 4bf71dec..a8b11ab3 100644 --- a/juniper_subscriptions/Cargo.toml +++ b/juniper_subscriptions/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juniper_subscriptions" -version = "0.14.2" +version = "0.15.0" edition = "2018" authors = ["nWacky "] description = "Juniper SubscriptionCoordinator and SubscriptionConnection implementations"