From 51bc8d57221b5dab591722d6f070a9b6a218d8a0 Mon Sep 17 00:00:00 2001 From: Zino Hofmann Date: Thu, 30 Aug 2018 17:40:28 +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 | 15 +++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) 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