From 4203df8b45fb48777fa070ed48679801c7b74900 Mon Sep 17 00:00:00 2001 From: Thomas Hourlier Date: Fri, 25 Aug 2017 19:45:29 +0200 Subject: [PATCH] chore(pubspec): bump version to 0.0.3 --- CHANGELOG.md | 11 +++++++++++ pubspec.yaml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7108e55..b7b5642 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.0.3 + +### Features +- Support GQL directive + +### Breaking changes +- Refactor OperationType. Remove the enum and replace its value by constant strings + +### Minor changes +- Remove getter and setter of Scalar & ScalarCollection mixin + ## 0.0.2 - Refactor the client diff --git a/pubspec.yaml b/pubspec.yaml index 9b10887..ff7f37e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: graphql_client description: A GraphQL client. -version: 0.0.2 +version: 0.0.3 homepage: https://github.com/hourliert/graphql_client author: Thomas Hourlier