Skip to content

Commit

Permalink
chore: prepare 7.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mfn committed Apr 3, 2021
1 parent ab6bd09 commit 897a162
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 897a162

Please sign in to comment.