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