Cut 0.8.2 release.

This commit is contained in:
Michael Blume 2016-12-31 23:14:33 -08:00
parent 9edf99e136
commit 05fae8cb98
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
## 0.8.2 In development
## 0.8.2
* Don't parenthesize the subclauses of a UNION, UNION ALL, or INTERSECT clause. (@rnewman)

View file

@ -1,4 +1,4 @@
(defproject honeysql "0.8.2-SNAPSHOT"
(defproject honeysql "0.8.2"
:description "SQL as Clojure data structures"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}