diff --git a/CHANGELOG.md b/CHANGELOG.md index d3d50f60c..624348506 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ n/a #### Docs - Added an example of optionally overriding http options trough the context. @HofmannZ +- Added @lordgreg as a contributor. @HofmannZ - Updated the example with explicit type casting. @HofmannZ - Updated the `Mutation` example with the new `onComplete` callback. @HofmannZ diff --git a/pubspec.yaml b/pubspec.yaml index c615228cf..3d4506709 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: graphql_flutter description: A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package. -version: 1.0.0-alpha.4 +version: 1.0.0-alpha.5 authors: - Eus Dima - Zino Hofmann