From bbbc92193286ec723a9300367b5359ac73ef92fc Mon Sep 17 00:00:00 2001 From: Christoffer Andersson Date: Mon, 29 Mar 2021 15:45:36 +0200 Subject: [PATCH] release: v5.1.0 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1b91e3..b197627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + +## [5.1.0] - 2021-03-29 + ### Added - The new `beforeExecutionHook` hook lets your GraphQL controller (using the `HandlesGraphqlRequests` trait) inspect the schema and query before entering the execution phase.