From 4b79536a75c69f005448409168310bb9514d68b5 Mon Sep 17 00:00:00 2001 From: Michael Blume Date: Sat, 31 Dec 2016 23:16:06 -0800 Subject: [PATCH] Begin 0.8.3 release cycle. --- CHANGES.md | 2 ++ project.clj | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index eb53750..8d9f6c2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,5 @@ +## 0.8.3 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 851e126..33f97eb 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.8.2" +(defproject honeysql "0.8.3-SNAPSHOT" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}