diff --git a/CHANGES.md b/CHANGES.md index eb53750..8d9f6c2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,5 @@ +## 0.8.3 In development + ## 0.8.2 * Don't parenthesize the subclauses of a UNION, UNION ALL, or INTERSECT clause. (@rnewman) diff --git a/project.clj b/project.clj index 851e126..33f97eb 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.8.2" +(defproject honeysql "0.8.3-SNAPSHOT" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}