From 6f490850967cb7720b7c98ccd32d5d8c3313c3db Mon Sep 17 00:00:00 2001 From: Christian Legnitto <christian.legnitto@robinhood.com> Date: Fri, 15 Jan 2021 19:56:45 -1000 Subject: [PATCH] Release juniper_actix 0.2.2 --- juniper_actix/CHANGELOG.md | 4 ++++ juniper_actix/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/juniper_actix/CHANGELOG.md b/juniper_actix/CHANGELOG.md index c494324f..1eed0d54 100644 --- a/juniper_actix/CHANGELOG.md +++ b/juniper_actix/CHANGELOG.md @@ -2,6 +2,10 @@ - Compatibility with the latest `juniper`. +# [[0.2.2] 2021-01-15](https://github.com/graphql-rust/juniper/releases/tag/juniper_actix-0.2.2) + +- Compatibility with the latest `juniper`. + # [[0.2.1] 2020-12-12](https://github.com/graphql-rust/juniper/releases/tag/juniper_actix-0.2.1) - Actix package updated to 3.3. diff --git a/juniper_actix/Cargo.toml b/juniper_actix/Cargo.toml index f7b0700a..c007076a 100644 --- a/juniper_actix/Cargo.toml +++ b/juniper_actix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juniper_actix" -version = "0.2.1" +version = "0.2.2" edition = "2018" authors = ["Jordao Rosario <jordao.rosario01@gmail.com>"] description = "Juniper GraphQL integration with Actix"