diff --git a/CHANGES.md b/CHANGES.md index 26e96a0..a20c3a2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -## 0.5.3 In development +## 0.5.3 * Support exists syntax (@cddr) * Support locking selects (@dball) diff --git a/project.clj b/project.clj index 2875b67..550f8d8 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.5.3-SNAPSHOT" +(defproject honeysql "0.5.3" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}