diff --git a/CHANGES.md b/CHANGES.md index ad72348..565b947 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,21 +1,14 @@ -## 0.9.0 In development +## 0.9.0 * Reprioritize WITH wrt UNION and UNION ALL (@emidln) - -## 0.9.0 Beta 2 - * Helpers for :with and :with-recursive clauses (@enaeher) - -## 0.9.0 Beta 1 - * Allow namespaced keywords and symbols for queries. (@jrdoane) * Ensure sequences act as function invocations when in value position (@joodie) * Correct generated arglist for helpers defined with defhelper (@michaelblume) * Don't depend on map iteration order, fix bug with multiple map types (@tomconnors) * Don't throw away namespace portion of keywords (@jrdoane) * Update CLJS dependencies (@michaelblume) - -* Add helpers for :with and :with-recursive clauses +* Add helpers for :with and :with-recursive clauses (@enaher) ## 0.8.2 diff --git a/project.clj b/project.clj index e3fa7da..abd0074 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.9.0-beta2" +(defproject honeysql "0.9.0" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}