Skip to content

Commit 27c32f2

Browse files
committed
Closing 0.2.14
1 parent 682e2bf commit 27c32f2

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 0.2.14 - 2014-08-30
4+
5+
* Remove failed prepared statement from cache - @dboissin - #95
6+
* Added support to zeroed dates on MySQL - #93
7+
* Cross compilation to Scala 2.11 is functional - @lpiepiora
8+
* Connect to older MySQL versions where auth protocol isn't provided - #37
9+
* Eclipse project support - @fwbrasil - #89
10+
* Make timeouts configurable - @fwbrasil - #90
11+
12+
## 0.2.13 - 2014-04-07
13+
14+
* Accepts MySQL old and unsafe auth methods - #37
15+
* Do not name every single logger as they all leak - @njeuk #86
16+
317
## 0.2.12 - 2014-01-11
418

519
* Do not check for handshake requests after a real handshake has happened already - MySQL - #80;

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ object ProjectBuild extends Build {
4545

4646
object Configuration {
4747

48-
val commonVersion = "0.2.14-SNAPSHOT"
48+
val commonVersion = "0.2.14"
4949
val projectScalaVersion = "2.11.0"
5050

5151
val specs2Dependency = "org.specs2" %% "specs2" % "2.3.11" % "test"
@@ -55,7 +55,7 @@ object Configuration {
5555
"org.slf4j" % "slf4j-api" % "1.7.5",
5656
"joda-time" % "joda-time" % "2.3",
5757
"org.joda" % "joda-convert" % "1.5",
58-
"io.netty" % "netty-all" % "4.0.18.Final",
58+
"io.netty" % "netty-all" % "4.0.23.Final",
5959
"org.javassist" % "javassist" % "3.18.1-GA",
6060
specs2Dependency,
6161
logbackDependency

0 commit comments

Comments
 (0)