From 6e36c7c1f8ab51e4bfdeee439ed47cbbe16a3ed7 Mon Sep 17 00:00:00 2001 From: Mike Blume Date: Sun, 10 May 2015 10:00:35 -0700 Subject: [PATCH] begin 0.6.1 development cycle --- CHANGES.md | 2 ++ project.clj | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d5c2a04..90bfabf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,5 @@ +## 0.6.1 In development + ## 0.6.0 * Convert seq param values to literal sql param lists (@dball) diff --git a/project.clj b/project.clj index 57b27ae..242b7a8 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.6.0" +(defproject honeysql "0.6.1-SNAPSHOT" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}