Skip to content

Commit 4fca48b

Browse files
committed
Release 0.5.1
1 parent a2e064d commit 4fca48b

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This library is tested against [akka-persistence-tck](http://doc.akka.io/docs/ak
1919
You should add the following dependency.
2020

2121
```
22-
libraryDependencies += "com.okumin" %% "akka-persistence-sql-async" % "0.5.0"
22+
libraryDependencies += "com.okumin" %% "akka-persistence-sql-async" % "0.5.1"
2323
```
2424

2525
And then, please include the mysql-async if you use MySQL.
@@ -131,6 +131,9 @@ CREATE TABLE IF NOT EXISTS {your_snapshot_table_name} (
131131

132132
## Release Notes
133133

134+
### 0.5.1 - Jan 2, 2018
135+
- Support connect/query timeout
136+
134137
### 0.5.0 - Nov 8, 2017
135138
- Update dependencies
136139
- Scala 2.12 support

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ lazy val Scala212 = "2.12.4"
4646

4747
lazy val commonSettings = Seq(
4848
organization := "com.okumin",
49-
version := "0.5.0",
49+
version := "0.5.1",
5050
scalaVersion := Scala212,
5151
crossScalaVersions := Seq(Scala211, Scala212),
5252
parallelExecution in Test := false,

0 commit comments

Comments
 (0)