Skip to content

Commit

Permalink
Prepare 2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mfn committed Aug 27, 2019
1 parent 8209277 commit 73ddd5e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
CHANGELOG
=========

[Next release](https://github.com/rebing/graphql-laravel/compare/2.0.1...master)
[Next release](https://github.com/rebing/graphql-laravel/compare/2.1.0...master)
--------------

2019-08-27, 2.1.0
-----------------
### Added
- The custom `'query'` now receives the GraphQL context as the 3rd arg (same as any resolver) [\#464 / mfn](https://github.com/rebing/graphql-laravel/pull/464)
- Allow to load deeper nested queries by allowing to change the depth when calling `$getSelectFields(int $depth)` [\#472 / mfn](https://github.com/rebing/graphql-laravel/pull/472)
Expand Down

0 comments on commit 73ddd5e

Please sign in to comment.