diff --git a/juniper_iron/CHANGELOG.md b/juniper_iron/CHANGELOG.md
index e5971c9a..f1ba3a30 100644
--- a/juniper_iron/CHANGELOG.md
+++ b/juniper_iron/CHANGELOG.md
@@ -2,6 +2,10 @@
 
 - Compatibility with the latest `juniper`.
 
+# [[0.7.1] 2021-01-15](https://github.com/graphql-rust/juniper/releases/tag/juniper_iron-0.7.1)
+
+- Compatibility with the latest `juniper`.
+
 # [[0.7.0] 2020-12-09](https://github.com/graphql-rust/juniper/releases/tag/juniper_iron-0.7.0)
 
 - Compatibility with the latest `juniper`.
diff --git a/juniper_iron/Cargo.toml b/juniper_iron/Cargo.toml
index 6b2991e9..c95c8451 100644
--- a/juniper_iron/Cargo.toml
+++ b/juniper_iron/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "juniper_iron"
-version = "0.7.0"
+version = "0.7.1"
 edition = "2018"
 authors = [
     "Magnus Hallin <mhallin@fastmail.com>",