From 897a162d9cf373403f42563dcee994e833ed863e Mon Sep 17 00:00:00 2001 From: Markus Podar Date: Sat, 3 Apr 2021 22:35:26 +0200 Subject: [PATCH] chore: prepare 7.0.0 release --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86bc5205..587fbbba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ CHANGELOG ========= -[Next release](https://github.com/rebing/graphql-laravel/compare/6.5.0...master) +[Next release](https://github.com/rebing/graphql-laravel/compare/7.0.0...master) -------------- +2021-04-03, 7.0.0 +----------------- ## Breaking changes -- Signtature of `\Rebing\GraphQL\Support\Privacy::validate` changed, now it accepts both query/mutation arguments and the query/mutation context. +- Signature of `\Rebing\GraphQL\Support\Privacy::validate` changed, now it accepts both query/mutation arguments and the query/mutation context. Update your existing privacy policies this way: ```diff -public function validate(array $queryArgs): bool