From d700034f62548e91a13509e383991fa80fd15a59 Mon Sep 17 00:00:00 2001 From: Michael Blume Date: Fri, 5 Aug 2016 11:11:19 -0700 Subject: [PATCH] Begin 0.8.1 release cycle. --- CHANGES.md | 2 ++ project.clj | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index ce081f4..6616a13 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,5 @@ +## 0.8.1 In development + ## 0.8.0 * Get arglists right for generated helpers (@camsaul, @michaelblume) diff --git a/project.clj b/project.clj index c388df3..6281f45 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.8.0" +(defproject honeysql "0.8.1-SNAPSHOT" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}