Skip to content

Commit

Permalink
Release 0.1.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
macluck committed May 30, 2017
1 parent 83dcad2 commit 0fb3d0c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
# 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.2 - 2017-05-30
### Changed
- Updated clojure and clojurescript to 1.9.0-alpha17 and 1.9.562

### Fixed
- 'nil' argument is serialized to 'null'

### Added
- Docstrings to functions in core namespace

## 0.1.1 - 2017-05-25
### Bugfixes
### Fixed
- Fix ArgumentFormatter in cljs
- Fux throw-ex in cljs

### Features
### Added
- Nested fields can also have arguments

## 0.1.0 - 2017-04-30
Expand Down
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.2-SNAPSHOT"
(defproject vincit/venia "0.1.2"
:description "Clojure(Script) graphql client"
:url "https://github.com/Vincit/venia"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 0fb3d0c

Please sign in to comment.