From 3e0841be6a3566d2bd22c9308abbf775f3bf5ddc Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Sat, 3 Apr 2021 15:37:55 -1000 Subject: [PATCH] Release juniper_iron 0.7.3 --- 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 d7aae472..4b096139 100644 --- a/juniper_iron/CHANGELOG.md +++ b/juniper_iron/CHANGELOG.md @@ -2,6 +2,10 @@ - Compatibility with the latest `juniper`. +# [[0.7.3] 2021-04-03](https://github.com/graphql-rust/juniper/releases/tag/juniper_iron-0.7.3) + +- Compatibility with the latest `juniper`. + # [[0.7.2] 2021-01-27](https://github.com/graphql-rust/juniper/releases/tag/juniper_iron-0.7.2) - Compatibility with the latest `juniper`. diff --git a/juniper_iron/Cargo.toml b/juniper_iron/Cargo.toml index 39397283..d8aebf3d 100644 --- a/juniper_iron/Cargo.toml +++ b/juniper_iron/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juniper_iron" -version = "0.7.2" +version = "0.7.3" edition = "2018" authors = [ "Magnus Hallin ",