From ba05ee96280a117d7c7bf939596aca0477f72465 Mon Sep 17 00:00:00 2001 From: Zino Hofmann Date: Tue, 25 Sep 2018 22:23:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20Version=20bump?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 ++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) 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