Skip to content

Commit 4da0c52

Browse files
committed
Prepare 8.0.0 release 🎉
1 parent 5817033 commit 4da0c52

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

‎CHANGELOG.md

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

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

7+
2021-11-15, 8.0.0
8+
-----------------
9+
710
## Breaking changes
811
- Rewrite and simplify how schemas are handled
912
- `\Rebing\GraphQL\GraphQL::$schemas` now only holds `Schema`s and not a

‎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.0-dev"
80+
"dev-master": "8.1-dev"
8181
},
8282
"laravel": {
8383
"providers": [

0 commit comments

Comments
 (0)