Skip to content

Commit

Permalink
Prepare 8.0.0 release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
mfn committed Nov 15, 2021
1 parent 5817033 commit 4da0c52
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
CHANGELOG
=========

[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)
--------------

2021-11-15, 8.0.0
-----------------

## Breaking changes
- Rewrite and simplify how schemas are handled
- `\Rebing\GraphQL\GraphQL::$schemas` now only holds `Schema`s and not a
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "8.0-dev"
"dev-master": "8.1-dev"
},
"laravel": {
"providers": [
Expand Down

0 comments on commit 4da0c52

Please sign in to comment.