diff --git a/CHANGES.md b/CHANGES.md index d234883..ce081f4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,8 @@ -## 0.7.1 In development +## 0.8.0 + +* Get arglists right for generated helpers (@camsaul, @michaelblume) +* Allow HoneySQL to be used from Clojurescript (@rnewman, @michaelblume) +* BREAKING CHANGE: HoneySQL now requires Clojure 1.7.0 or above. ## 0.7.0 diff --git a/project.clj b/project.clj index f5c4321..c388df3 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.7.1-SNAPSHOT" +(defproject honeysql "0.8.0" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}