From 8fc1808f144c70159a398b5433c3c383f25daae8 Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Fri, 19 Jul 2019 13:57:37 -0700 Subject: [PATCH] Release juniper_iron 0.5.0 --- juniper_iron/CHANGELOG.md | 4 ++++ juniper_iron/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/juniper_iron/CHANGELOG.md b/juniper_iron/CHANGELOG.md index bf860ddd..4b053a00 100644 --- a/juniper_iron/CHANGELOG.md +++ b/juniper_iron/CHANGELOG.md @@ -2,6 +2,10 @@ - Compatibility with the latest `juniper`. +# [[0.5.0] 2019-07-19](https://github.com/graphql-rust/juniper/releases/tag/juniper_iron-0.5.0) + +- Compatibility with the latest `juniper`. + # [[0.4.0] 2019-05-16](https://github.com/graphql-rust/juniper/releases/tag/juniper_iron-0.4.0) - Compatibility with the latest `juniper`. diff --git a/juniper_iron/Cargo.toml b/juniper_iron/Cargo.toml index 7da0683a..794f4bd6 100644 --- a/juniper_iron/Cargo.toml +++ b/juniper_iron/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juniper_iron" -version = "0.4.0" +version = "0.5.0" authors = [ "Magnus Hallin ", "Christoph Herzog ",