Skip to content

Commit 11f470c

Browse files
committed
Prepare 8.3.0 release
1 parent 84abc61 commit 11f470c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
CHANGELOG
22
=========
33

4-
[Next release](https://github.com/rebing/graphql-laravel/compare/8.2.1...master)
4+
[Next release](https://github.com/rebing/graphql-laravel/compare/8.3.0...master)
55
--------------
66

7+
2022-06-11, 8.3.0
8+
-----------------
79
### Added
810
- Add support to use array in `controller` param in config [\#906 / viktorruskai](https://github.com/rebing/graphql-laravel/pull/906)
911
- Add support for laravel validation attributes [\#901 / jacobdekeizer](https://github.com/rebing/graphql-laravel/pull/901)

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
},
7878
"extra": {
7979
"branch-alias": {
80-
"dev-master": "8.1-dev"
80+
"dev-master": "8.3-dev"
8181
},
8282
"laravel": {
8383
"providers": [

0 commit comments

Comments
 (0)