diff --git a/CHANGES.md b/CHANGES.md index c8fb6fd..fb7ac4a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -## 0.6.1 In development +## 0.6.1 * Define parameterizable protocol on nil (@dball) diff --git a/project.clj b/project.clj index 242b7a8..38cc4e5 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.6.1-SNAPSHOT" +(defproject honeysql "0.6.1" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}