diff --git a/juniper_warp/CHANGELOG.md b/juniper_warp/CHANGELOG.md
index 79d65465..0b5b3372 100644
--- a/juniper_warp/CHANGELOG.md
+++ b/juniper_warp/CHANGELOG.md
@@ -2,6 +2,10 @@
 
 - Compatibility with the latest `juniper`.
 
+# [[0.6.1] 2021-01-15](https://github.com/graphql-rust/juniper/releases/tag/juniper_warp-0.6.1)
+
+- Compatibility with the latest `juniper`.
+
 # [[0.6.0] 2020-12-09](https://github.com/graphql-rust/juniper/releases/tag/juniper_warp-0.6.0)
 
 - Compatibility with the latest `juniper`.
diff --git a/juniper_warp/Cargo.toml b/juniper_warp/Cargo.toml
index 78d53eda..9031f984 100644
--- a/juniper_warp/Cargo.toml
+++ b/juniper_warp/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "juniper_warp"
-version = "0.6.0"
+version = "0.6.1"
 edition = "2018"
 authors = ["Tom Houlé <tom@tomhoule.com>"]
 description = "Juniper GraphQL integration with Warp"