Begin 0.8.2 release cycle.

This commit is contained in:
Michael Blume 2016-09-25 15:32:33 -07:00
parent 01f42182fa
commit 40fce0efc4
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,5 @@
## 0.8.2 In development
## 0.8.1
* Add priority for union/union-all (@seancorfield)

View file

@ -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"}