From df0465e1443c42948027c1cecabaa5ef8523de98 Mon Sep 17 00:00:00 2001 From: Zino Hofmann Date: Thu, 23 Aug 2018 22:25:22 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20Released=200.9.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++---- pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc095a29e..0abc959ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [0.8.1] - Unreleased +## [0.9.0] - August 23 2018 ### Breaking change @@ -6,8 +6,10 @@ n/a #### Fixes / Enhancements -- Fixed error handling when location is not provided. @adelcasse - Added error extensions support. @dustin-graham +- Changed the mutation typedef to return a Future, allowing async/await. @HofmannZ +- Fixed error handling when location is not provided. @adelcasse +- Fixed a bug where the client might no longer be in the same context. @HofmannZ #### Docs @@ -51,11 +53,11 @@ n/a #### Fixes / Enhancements - Added support for subsciptions in the client. @cal-pratt -- Added the `Subscription` widget. You can no direcly acces streams from Flutter. @cal-pratt +- Added the `Subscription` widget. You can no direcly acces streams from Flutter. @cal-pratt #### Docs -- Added instructions for adding subscripton to your poject. @cal-pratt +- Added instructions for adding subscripton to your poject. @cal-pratt - Updated the `About this project` section. @HofmannZ ## [0.6.0] - July 19 2018 diff --git a/pubspec.yaml b/pubspec.yaml index 0ad886ff6..157c522e8 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: 0.8.0 +version: 0.9.0 authors: - Eus Dima - Zino Hofmann