diff --git a/CHANGES.md b/CHANGES.md index 8787640..6b3d8e7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,5 @@ +## 0.8.2 In development + ## 0.8.1 * Add priority for union/union-all (@seancorfield) diff --git a/project.clj b/project.clj index e3ea33d..a8e0b6d 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.8.1" +(defproject honeysql "0.8.2-SNAPSHOT" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}