diff --git a/juniper_actix/CHANGELOG.md b/juniper_actix/CHANGELOG.md index c2877dea..c993b3ca 100644 --- a/juniper_actix/CHANGELOG.md +++ b/juniper_actix/CHANGELOG.md @@ -2,6 +2,10 @@ - Compatibility with the latest `juniper`. +# [[0.2.5] 2021-06-07](https://github.com/graphql-rust/juniper/releases/tag/juniper_actix-0.2.5) + +- Compatibility with the latest `juniper`. + # [[0.2.4] 2021-04-03](https://github.com/graphql-rust/juniper/releases/tag/juniper_actix-0.2.4) - Compatibility with the latest `juniper`. diff --git a/juniper_actix/Cargo.toml b/juniper_actix/Cargo.toml index 61a34a52..cf67354e 100644 --- a/juniper_actix/Cargo.toml +++ b/juniper_actix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juniper_actix" -version = "0.2.4" +version = "0.2.5" edition = "2018" authors = ["Jordao Rosario "] description = "Juniper GraphQL integration with Actix"