diff --git a/CHANGES.md b/CHANGES.md index 512572c0..fb22fc9e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,8 @@ -## 0.9.10 -- unreleased +## 0.9.10 * Fix #254 #255 by adding support for `except`. (@ted-coakley-otm) * Fix #253 properly by supporting `false` as well. (@ted-coakley-otm) +* Add cljs testing to `deps.edn`, also multi-version clj testing and new `readme` testing. ## 0.9.9 diff --git a/package.json b/package.json index 3c6590f5..f0458937 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@honeysql/honeysql", - "version": "0.9.9", + "version": "0.9.10", "license": "EPL-1.0", "homepage": "https://github.com/jkk/honeysql", "repository": { diff --git a/project.clj b/project.clj index 60b82d45..f98c3498 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.9.9" +(defproject honeysql "0.9.10" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}