Skip to content

Commit

Permalink
Releases version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
megazord committed Feb 25, 2015
1 parent 59ec81c commit 66da910
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## Version 2.0.1 - 2015/02/25

1. PR-54 - Added databaseUrl to allow for direct usage of DATABASE_URL on Heroku

## Version 2.0.0 - 2015/02/24

This is a full rewrite of this plugin and it is not backwards compatible with previous versions. We did that in order to have:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -22,6 +22,7 @@ Here is how HikariCP is working for us:

| Version | HikariCP | Play |
|--------:|---------:|------:|
| 2.0.1 | 2.3.2 | 2.3.8 |
| 2.0.0 | 2.3.2 | 2.3.8 |
| 1.5.2 | 2.3.2 | 2.3.8 |
| 1.5.1 | 2.2.5 | 2.3.7 |
Expand Down Expand Up @@ -52,7 +53,7 @@ There are just a few steps to properly configure the plugin:

Add the following dependency to your `project/build.sbt` or `project/Build.scala`:

"com.edulify" %% "play-hikaricp" % "2.0.0"
"com.edulify" %% "play-hikaricp" % "2.0.1"

### Step 2: Disable default `dbplugin`

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
@@ -1,6 +1,6 @@
name := "play-hikaricp"

version := "2.0.0"
version := "2.0.1"

scalaVersion := "2.11.5"

Expand Down

0 comments on commit 66da910

Please sign in to comment.