diff --git a/CHANGELOG.md b/CHANGELOG.md index a0b154939..0b9654e21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [1.0.0-alpha.9] - September 25 2018 + +### Breaking changes + +n/a + +#### Fixes / Enhancements + +- Fixed connectivity errors not being thrown and streamed. @HofmannZ + +#### Docs + +n/a + ## [1.0.0-alpha.8] - September 21 2018 ### Breaking changes diff --git a/pubspec.yaml b/pubspec.yaml index b7a25a7a3..80c5310f0 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.8 +version: 1.0.0-alpha.9 authors: - Eus Dima - Zino Hofmann