Cut 0.9.0 beta 1.

This commit is contained in:
Michael Blume 2017-05-10 13:43:52 -07:00
parent 3154caa6e7
commit a61e65b40c
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,6 @@
## 0.8.3 In development
## 0.9.0 In development
## 0.9.0 Beta 1
* Allow namespaced keywords and symbols for queries. (@jrdoane)
* Ensure sequences act as function invocations when in value position (@joodie)

View file

@ -1,4 +1,4 @@
(defproject honeysql "0.8.3-SNAPSHOT"
(defproject honeysql "0.9.0-beta1"
:description "SQL as Clojure data structures"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}