diff --git a/CHANGES.md b/CHANGES.md index 593e047..d5c2a04 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -## 0.6.0 In development +## 0.6.0 * Convert seq param values to literal sql param lists (@dball) * Apply seq to sets when converting to sql (@dball) diff --git a/project.clj b/project.clj index 8d78680..57b27ae 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.6.0-SNAPSHOT" +(defproject honeysql "0.6.0" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}