From 2d16c9fa7148623301bb7682ecc10a4bff87c4f1 Mon Sep 17 00:00:00 2001 From: "Ezequiel (Kimi) Aceto" Date: Wed, 6 Apr 2022 12:39:53 +0200 Subject: [PATCH] Updated README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c96f0d1..48defef 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ GET /persons/{person} * Go 1.18 ## Features -*As per version 1.0.0* +*As per version 1.0.1* - [x] Maps HTTP params to GraphQL Variables - [x] Forwards HTTP headers to GraphQL request @@ -138,7 +138,7 @@ curl 'http://127.0.0.1:8080/graphql/persons/lukeskywalker' --compressed Docker image is based on Google's Distroless. The final image is around 11.2MB and packs only the necessary things to run the service. ````shell -docker pull eaceto/regraphql:1.0.0 +docker pull eaceto/regraphql:1.0.1 ```` ## Contributing