diff --git a/juniper_rocket/Cargo.toml b/juniper_rocket/Cargo.toml
index 968e18e0..5493f147 100644
--- a/juniper_rocket/Cargo.toml
+++ b/juniper_rocket/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "juniper_rocket"
-version = "0.1.1"
+version = "0.1.2"
 authors = [
     "Magnus Hallin <mhallin@fastmail.com>",
     "Christoph Herzog <chris@theduke.at>",
diff --git a/juniper_rocket/changelog/master.md b/juniper_rocket/changelog/master.md
index 2f6bd653..f09ddfca 100644
--- a/juniper_rocket/changelog/master.md
+++ b/juniper_rocket/changelog/master.md
@@ -1,12 +1,3 @@
-## [master]
+# juniper_rocket master
 
-## Changes
-
-### Rocket updated to `0.3.6`
-
-* [Rocket](https://rocket.rs) integration now requires Rocket `0.3.6` to
-  support building with recent Rust nightlies.
-
-  Additional information and supported nightly versions can be found in [Rocket's changelog](https://github.com/SergioBenitez/Rocket/blob/master/CHANGELOG.md#version-036-jan-12-2018).
-
-  [#125](https://github.com/graphql-rust/juniper/issues/125)
+Add your changes here...
diff --git a/juniper_rocket/changelog/v0.1.2.md b/juniper_rocket/changelog/v0.1.2.md
new file mode 100644
index 00000000..4553e38e
--- /dev/null
+++ b/juniper_rocket/changelog/v0.1.2.md
@@ -0,0 +1,11 @@
+# juniper_rocket 0.1.2
+
+## Rocket updated to `0.3.6`
+
+[Rocket](https://rocket.rs) integration now requires Rocket `0.3.6` to
+support building with recent Rust nightlies.
+
+Additional information and supported nightly versions can be found in [Rocket's changelog](https://github.com/SergioBenitez/Rocket/blob/master/CHANGELOG.md#version-036-jan-12-2018).
+
+[#125](https://github.com/graphql-rust/juniper/issues/125)
+