From 0d71b072d80ce39f1d9dea3b7936d2d2906dea54 Mon Sep 17 00:00:00 2001 From: Anton Maklakov Date: Wed, 25 Oct 2017 21:25:33 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4187e3d..7c19259 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # 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.2.4 - 2017-10-25 +### Added +- Support for unions. Pull request [#16](https://github.com/Vincit/venia/pull/16) +- Variable defaults +- `_typename` metafield support +- Mutation support + +### Chnaged +- Updated clojurescript to 1.9.946 +- Updated clojure to 1.9.0-beta2 + ## 0.2.3 - 2017-08-23 ### Added - Support for queries returning scalars. Pull request [#10](https://github.com/Vincit/venia/pull/10)