diff --git a/CHANGES.md b/CHANGES.md index 3a769b5..2e8c08d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,8 @@ -## 0.6.3 In development +## 0.6.4 In development + +## 0.6.3 + +Fix bug when SqlCall/SqlRaw object is first argument to another helper (@MichaelBlume) ## 0.6.2 diff --git a/project.clj b/project.clj index 40b11b9..9fef3b8 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.6.3-SNAPSHOT" +(defproject honeysql "0.6.3" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}