Cut 0.8.1 release.

This commit is contained in:
Michael Blume 2016-09-25 15:32:14 -07:00
parent 48882442ac
commit 01f42182fa
2 changed files with 2 additions and 2 deletions

View file

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

View file

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