diff --git a/CHANGELOG.md b/CHANGELOG.md index 0abc959ac..a068d9a15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [0.9.1] - August 30 2018 + +### Breaking change + +n/a + +#### Fixes / Enhancements + +- Move test dependency to the dev section. @fabiocarneiro +- Fix version resolving for test dependencies. @HofmannZ + +#### Docs + +n/a + ## [0.9.0] - August 23 2018 ### Breaking change diff --git a/pubspec.yaml b/pubspec.yaml index 1e5521558..faf8cdf85 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.9.0 +version: 0.9.1 authors: - Eus Dima - Zino Hofmann