diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b9654e21..f5afeade4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [1.0.0-alpha.10] - October 6 2018 + +### Breaking changes + +n/a + +#### Fixes / Enhancements + +- Fixed `Query` variables not updating in the query. @micimize +- Fixed `Mutation` widget's behavior to properly set loading status. @Igor1201 + +#### Docs + +- Added @micimize as a contributor. @HofmannZ +- Added @Igor1201 as a contributor. @HofmannZ + ## [1.0.0-alpha.9] - September 25 2018 ### Breaking changes diff --git a/pubspec.yaml b/pubspec.yaml index 80c5310f0..6b12cb181 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.9 +version: 1.0.0-alpha.10 authors: - Eus Dima - Zino Hofmann