diff --git a/CHANGES.md b/CHANGES.md index 124e357..41f4217 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -## 0.6.4 In development +## 0.7.0 * Parameterize numbers, properly handle NaN, Infinity, -Infinity (@akhudek) * Fix lock example in README (@michaelblume) diff --git a/project.clj b/project.clj index 661b1f0..f7d4162 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.6.4-SNAPSHOT" +(defproject honeysql "0.7.0" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}