diff --git a/CHANGES.md b/CHANGES.md index 6b9a9d6..3a769b5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,5 @@ +## 0.6.3 In development + ## 0.6.2 Support column names in :with clauses (@emidln) diff --git a/project.clj b/project.clj index 7684869..40b11b9 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.6.2" +(defproject honeysql "0.6.3-SNAPSHOT" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}