From 05fae8cb98418d243b258a52e7fce7ce7c0c134f Mon Sep 17 00:00:00 2001 From: Michael Blume Date: Sat, 31 Dec 2016 23:14:33 -0800 Subject: [PATCH] Cut 0.8.2 release. --- CHANGES.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index b6a4e0a..eb53750 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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) diff --git a/project.clj b/project.clj index a8e0b6d..851e126 100644 --- a/project.clj +++ b/project.clj @@ -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"}