diff --git a/juniper_rocket/CHANGELOG.md b/juniper_rocket/CHANGELOG.md
index 67cf230e..fd9e102e 100644
--- a/juniper_rocket/CHANGELOG.md
+++ b/juniper_rocket/CHANGELOG.md
@@ -2,6 +2,10 @@
 
 - Compatibility with the latest `juniper`.
 
+# [[0.5.0] 2019-09-29](https://github.com/graphql-rust/juniper/releases/tag/juniper_rocket-0.5.0)
+
+- Compatibility with the latest `juniper`.
+
 # [[0.4.1] 2019-07-29](https://github.com/graphql-rust/juniper/releases/tag/juniper_rocket-0.4.1)
 
 - Compatibility with the latest `juniper`.
diff --git a/juniper_rocket/Cargo.toml b/juniper_rocket/Cargo.toml
index e4d2a6ff..aa3605a1 100644
--- a/juniper_rocket/Cargo.toml
+++ b/juniper_rocket/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "juniper_rocket"
-version = "0.4.1"
+version = "0.5.0"
 authors = [
     "Magnus Hallin <mhallin@fastmail.com>",
     "Christoph Herzog <chris@theduke.at>",