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