From 1d7f7587c28df38955592a92e60288f79a69f4ea Mon Sep 17 00:00:00 2001 From: Anton Maklakov Date: Thu, 25 May 2017 08:22:31 +0300 Subject: [PATCH] Bump version to 0.1.1 --- CHANGELOG.md | 8 ++++++++ project.clj | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db1c111..e90cde5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). +## 0.1.1 - 2017-05-25 +### Bugfixes +- Fix ArgumentFormatter in cljs +- Fux throw-ex in cljs + +### Features +- Nested fields can also have arguments + ## 0.1.0 - 2017-04-30 Initial release \ No newline at end of file diff --git a/project.clj b/project.clj index f5dfee5..d99780b 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject vincit/venia "0.1.1-SNAPSHOT" +(defproject vincit/venia "0.1.1" :description "Clojure(Script) graphql client" :url "https://github.com/Vincit/venia" :license {:name "Eclipse Public License"