Skip to content

Commit

Permalink
Version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekw committed Dec 5, 2022
1 parent 97ef4f6 commit 8851840
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## unreleased

* fixed sqlite adapter datasource class name
## 3.0.1

* fixed SQLite adapter datasource class name
* fixed MariaDB adapter datasource class name

## 3.0.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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 "3.0.0"]
[hikari-cp "3.0.1"]
```

`hikari-cp` version `3.x` targets Clojure `1.11`. Version `2.14.3` was the last release for Clojure `1.9`. Version `1.8.3` was the last release for Clojure `1.8`.
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject hikari-cp "3.0.0"
(defproject hikari-cp "3.0.1"
: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 8851840

Please sign in to comment.