Skip to content

Commit

Permalink
Version 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jstepien committed Jul 6, 2019
1 parent 34342c3 commit 49ae152
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,7 @@
## unreleased

## 2.8.0

* allow to set `transaction-isolation` property

## 2.7.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ A Clojure wrapper to [HikariCP](https://github.com/brettwooldridge/HikariCP) - "
Add the following dependency to your `project.clj` file:

```clojure
[hikari-cp "2.7.1"]
[hikari-cp "2.8.0"]
```

`hikari-cp` version `2.x` targets Clojure `1.9`. Version `1.8.3` is the last release for Clojure `1.8`.
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject hikari-cp "2.7.1"
(defproject hikari-cp "2.8.0"
:description "A Clojure wrapper to HikariCP JDBC connection pool"
:url "https://github.com/tomekw/hikari-cp"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 49ae152

Please sign in to comment.