diff --git a/juniper_iron/CHANGELOG.md b/juniper_iron/CHANGELOG.md index 3af8d0c4..3faf475b 100644 --- a/juniper_iron/CHANGELOG.md +++ b/juniper_iron/CHANGELOG.md @@ -1,5 +1,6 @@ -## [0.2.0] - 2018-02-08 +## [0.1.2] - 2018-02-10 ### Changed -* Changed dependency of iron +* Extend iron support to 0.6 + diff --git a/juniper_iron/Cargo.toml b/juniper_iron/Cargo.toml index bee69a3f..440df4f2 100644 --- a/juniper_iron/Cargo.toml +++ b/juniper_iron/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juniper_iron" -version = "0.2.0" +version = "0.1.2" authors = [ "Magnus Hallin ", "Christoph Herzog ",