Skip to content

Commit

Permalink
Bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
macluck committed May 25, 2017
1 parent 90b71ac commit 1d7f758
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 1d7f758

Please sign in to comment.