We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5817033 commit 4da0c52Copy full SHA for 4da0c52
‎CHANGELOG.md
@@ -1,9 +1,12 @@
1
CHANGELOG
2
=========
3
4
-[Next release](https://github.com/rebing/graphql-laravel/compare/7.2.0...master)
+[Next release](https://github.com/rebing/graphql-laravel/compare/8.0.0...master)
5
--------------
6
7
+2021-11-15, 8.0.0
8
+-----------------
9
+
10
## Breaking changes
11
- Rewrite and simplify how schemas are handled
12
- `\Rebing\GraphQL\GraphQL::$schemas` now only holds `Schema`s and not a
‎composer.json
@@ -77,7 +77,7 @@
77
},
78
"extra": {
79
"branch-alias": {
80
- "dev-master": "8.0-dev"
+ "dev-master": "8.1-dev"
81
82
"laravel": {
83
"providers": [
0 commit comments