Skip to content

Commit 34492b7

Browse files
committed
Prepare the 2.0.0 release
1 parent e43e245 commit 34492b7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
CHANGELOG
22
=========
33

4-
[Next release](https://github.com/rebing/graphql-laravel/compare/v1.24.0...master)
5-
------------
4+
[Next release](https://github.com/rebing/graphql-laravel/compare/2.0.0...master)
5+
--------------
6+
7+
2019-08-05, 2.0.0
8+
-----------------
69
## Breaking changes
710
- The `UploadType` now has to be added manually to the `types` in your schema if you want to use it
811
- The `::getInstance()` method is gone

Readme.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
[![License](https://poser.pugx.org/rebing/graphql-laravel/license)](https://packagist.org/packages/rebing/graphql-laravel)
88
[![Get on Slack](https://img.shields.io/badge/slack-join-orange.svg)](https://join.slack.com/t/rebing-graphql/shared_invite/enQtNTE5NjQzNDI5MzQ4LWVjMTMxNzIyZjBlNTFhZGQ5MDVjZDAwZDNjODA3ODE2NjdiOGJkMjMwMTZkZmNhZjhiYTE1MjEyNDk0MWJmMzk)
99

10+
### Note: these are the docs for 2.*, [please see the `v1` branch for the 1.* docs](https://github.com/rebing/graphql-laravel/tree/v1#laravel-graphql)
1011

1112
Uses Facebook GraphQL with Laravel 5.5+. It is based on the PHP implementation [here](https://github.com/webonyx/graphql-php). You can find more information about GraphQL in the [GraphQL Introduction](http://facebook.github.io/react/blog/2015/05/01/graphql-introduction.html) on the [React](http://facebook.github.io/react) blog or you can read the [GraphQL specifications](https://facebook.github.io/graphql/). This is a work in progress.
1213

0 commit comments

Comments
 (0)