From 01f42182facdb790d0253949785e1170eef734db Mon Sep 17 00:00:00 2001 From: Michael Blume Date: Sun, 25 Sep 2016 15:32:14 -0700 Subject: [PATCH] Cut 0.8.1 release. --- CHANGES.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7a47fad..8787640 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -## 0.8.1 In development +## 0.8.1 * Add priority for union/union-all (@seancorfield) diff --git a/project.clj b/project.clj index 6281f45..e3ea33d 100644 --- a/project.clj +++ b/project.clj @@ -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"}