diff --git a/juniper_actix/CHANGELOG.md b/juniper_actix/CHANGELOG.md index 71076052..902dc334 100644 --- a/juniper_actix/CHANGELOG.md +++ b/juniper_actix/CHANGELOG.md @@ -1,4 +1,8 @@ # master + +- Compatibility with the latest `juniper`. + +# [[0.2.0] 2020-12-09](https://github.com/graphql-rust/juniper/releases/tag/juniper_actix-0.2.0) - Actix package updated to 3.0.0 - Subscription support - Initial Release diff --git a/juniper_actix/Cargo.toml b/juniper_actix/Cargo.toml index 47c090ce..76d3ef6b 100644 --- a/juniper_actix/Cargo.toml +++ b/juniper_actix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juniper_actix" -version = "0.1.0" +version = "0.2.0" edition = "2018" authors = ["Jordao Rosario "] description = "Juniper GraphQL integration with Actix"