diff --git a/CHANGES.md b/CHANGES.md index d12f1ca..4d86941 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -## Coming in 0.9.6 +## 0.9.6 * Filter `nil` conditions out of `where`/`merge-where`. Fix #246. (@seancorfield) * Fix reflection warning introduced in 0.9.5 (via PR #237). diff --git a/package.json b/package.json index b8dfb73..a4d47ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@honeysql/honeysql", - "version": "0.9.5", + "version": "0.9.6", "license": "EPL-1.0", "homepage": "https://github.com/jkk/honeysql", "repository": { diff --git a/project.clj b/project.clj index 3a34846..7b56e42 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.9.5" +(defproject honeysql "0.9.6" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}