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