From 91a97521665f7e46520a0f95bc70d028076aed7f Mon Sep 17 00:00:00 2001
From: Christian Legnitto <christian.legnitto@robinhood.com>
Date: Thu, 24 Oct 2019 16:03:00 -0700
Subject: [PATCH] Release juniper_warp 0.5.1

---
 juniper_warp/CHANGELOG.md | 4 ++++
 juniper_warp/Cargo.toml   | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/juniper_warp/CHANGELOG.md b/juniper_warp/CHANGELOG.md
index eee06a3e..be3a836a 100644
--- a/juniper_warp/CHANGELOG.md
+++ b/juniper_warp/CHANGELOG.md
@@ -2,6 +2,10 @@
 
 - Compatibility with the latest `juniper`.
 
+# [[0.5.1] 2019-10-24](https://github.com/graphql-rust/juniper/releases/tag/juniper_warp-0.5.1)
+
+- Compatibility with the latest `juniper`.
+
 # [[0.5.0] 2019-09-29](https://github.com/graphql-rust/juniper/releases/tag/juniper_warp-0.5.0)
 
 - Compatibility with the latest `juniper`.
diff --git a/juniper_warp/Cargo.toml b/juniper_warp/Cargo.toml
index 6b7e9ca5..e12a8c24 100644
--- a/juniper_warp/Cargo.toml
+++ b/juniper_warp/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "juniper_warp"
-version = "0.5.0"
+version = "0.5.1"
 authors = ["Tom Houlé <tom@tomhoule.com>"]
 description = "Juniper GraphQL integration with Warp"
 license = "BSD-2-Clause"