Skip to content

Commit

Permalink
Version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomek Wałkuski committed Apr 24, 2018
1 parent fd6a981 commit 4618994
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.4.0

* updated `HikariCP` to `3.1.0`

## 2.3.0
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.3.0"]
[hikari-cp "2.4.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.3.0"
(defproject hikari-cp "2.4.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 4618994

Please sign in to comment.