From 82f86ff9bec8b51ad71b65d8c85d1575bfc8d0af Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Wed, 7 Aug 2019 11:07:58 -0700 Subject: [PATCH] Prep for 0.9.5 release --- CHANGES.md | 4 +++- package.json | 2 +- project.clj | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e96801c..234020f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,7 @@ -## 0.9.5 in progress +## 0.9.5 +* Support JDK11 (update Midje). PR #238. (@camsaul) +* Support Turkish user.language. PR #237. (@camsaul) * `format-predicate` now accepts `parameterizer` as a named argument (default `:jdbc`) to match `format`. PR #234. (@glittershark) ## 0.9.4 diff --git a/package.json b/package.json index 7dbc37f..b8dfb73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@honeysql/honeysql", - "version": "0.9.3", + "version": "0.9.5", "license": "EPL-1.0", "homepage": "https://github.com/jkk/honeysql", "repository": { diff --git a/project.clj b/project.clj index 04bd234..3a34846 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject honeysql "0.9.4" +(defproject honeysql "0.9.5" :description "SQL as Clojure data structures" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"}