diff --git a/juniper_iron/CHANGELOG.md b/juniper_iron/CHANGELOG.md index 890b2507..3938f03e 100644 --- a/juniper_iron/CHANGELOG.md +++ b/juniper_iron/CHANGELOG.md @@ -2,7 +2,11 @@ - Compatibility with the latest `juniper`. -# [[0.7.5] 2022-01-26](https://github.com/graphql-rust/juniper/releases/tag/juniper_iron-0.7.5) +# [[0.7.6] 2022-02-02](https://github.com/graphql-rust/juniper/releases/tag/juniper_iron-v0.7.6) + +- Compatibility with the latest `juniper`. + +# [[0.7.5] 2022-01-26](https://github.com/graphql-rust/juniper/releases/tag/juniper_iron-v0.7.5) - Compatibility with the latest `juniper`. diff --git a/juniper_iron/Cargo.toml b/juniper_iron/Cargo.toml index 29d95d85..46239046 100644 --- a/juniper_iron/Cargo.toml +++ b/juniper_iron/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juniper_iron" -version = "0.7.5" +version = "0.7.6" edition = "2018" authors = [ "Magnus Hallin ",