From b190a7fade961686a5e080f20b544c958fa0be21 Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Wed, 9 Dec 2020 19:50:48 -1000 Subject: [PATCH] Release juniper_subscriptions 0.15.0 --- juniper_subscriptions/CHANGELOG.md | 4 ++++ juniper_subscriptions/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"