diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bd02f706..4a0cd9d5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [1.0.0-alpha.3] - September 2 2018 + +### Breaking changes + +n/a + +#### Fixes / Enhancements + +- Reverted changes to the required Dart version. @HofmannZ +- Added missing return statsments. @HofmannZ + +#### Docs + +n/a + ## [1.0.0-alpha.2] - September 2 2018 ### Breaking changes diff --git a/pubspec.yaml b/pubspec.yaml index 9c3ad1a73..d489b35f1 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.2 +version: 1.0.0-alpha.3 authors: - Eus Dima - Zino Hofmann