From eb01b0ab368e31a89e8e88ea86cb84bbeccd2319 Mon Sep 17 00:00:00 2001 From: Anton Maklakov Date: Fri, 2 Jun 2017 15:47:46 +0300 Subject: [PATCH] Bump version to 0.2.1 --- CHANGELOG.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0303413..b0383a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # 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.1 (Unreleased) +## 0.2.1 - 2017-06-02 ### Added - Support for variables diff --git a/project.clj b/project.clj index 5b3678b..81f2b75 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject vincit/venia "0.2.1-SNAPSHOT" +(defproject vincit/venia "0.2.1" :description "Clojure(Script) graphql client" :url "https://github.com/Vincit/venia" :license {:name "Eclipse Public License"