From 19bfbf60fb5c6208195c38d0fa5a9ec11d44107a Mon Sep 17 00:00:00 2001 From: Christian Legnitto <christian.legnitto@robinhood.com> Date: Wed, 27 Jan 2021 21:35:55 -1000 Subject: [PATCH] Release juniper_actix 0.2.3 --- 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 b8976b51..011418ca 100644 --- a/juniper_actix/CHANGELOG.md +++ b/juniper_actix/CHANGELOG.md @@ -1,5 +1,9 @@ # master +- Compatibility with the latest `juniper`. + +# [[0.2.3] 2021-01-27](https://github.com/graphql-rust/juniper/releases/tag/juniper_actix-0.2.3) + - Compatibility with the latest `juniper`. - Fix Content-Type charset parsing ([#863](https://github.com/graphql-rust/juniper/pull/863)) diff --git a/juniper_actix/Cargo.toml b/juniper_actix/Cargo.toml index 5f226ec5..304af72b 100644 --- a/juniper_actix/Cargo.toml +++ b/juniper_actix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juniper_actix" -version = "0.2.2" +version = "0.2.3" edition = "2018" authors = ["Jordao Rosario <jordao.rosario01@gmail.com>"] description = "Juniper GraphQL integration with Actix"