From 6dc939febbb78f135083fe97ae09f9152339298b Mon Sep 17 00:00:00 2001 From: Christian Legnitto Date: Sat, 3 Apr 2021 15:43:50 -1000 Subject: [PATCH] Release juniper_actix 0.2.4 --- 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 011418ca..c2877dea 100644 --- a/juniper_actix/CHANGELOG.md +++ b/juniper_actix/CHANGELOG.md @@ -2,6 +2,10 @@ - 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`. + # [[0.2.3] 2021-01-27](https://github.com/graphql-rust/juniper/releases/tag/juniper_actix-0.2.3) - Compatibility with the latest `juniper`. diff --git a/juniper_actix/Cargo.toml b/juniper_actix/Cargo.toml index ff7559dc..ae9709dc 100644 --- a/juniper_actix/Cargo.toml +++ b/juniper_actix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "juniper_actix" -version = "0.2.3" +version = "0.2.4" edition = "2018" authors = ["Jordao Rosario "] description = "Juniper GraphQL integration with Actix"