Skip to content

Commit 936785f

Browse files
committed
Closing 0.2.7
1 parent cbbe443 commit 936785f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

3-
## 0.2.5 - SNAPSHOT
3+
## 0.2.7 - 2013-09-09
4+
5+
* Upgrading Netty to 4.0.9
6+
* Removing direct dependency on `logback` and making it depend on SFL4J only, upgrading JodaTime - by @kxbmap
7+
* MySQL doesn't set columnNames in QueryResult - #42
8+
* Timestamps with microseconds fail to be parsed on PostgreSQL - #41
9+
10+
## 0.2.5
411

512
* Allow the ClientSocketChannelFactory and ExecutionContext to be given at the connections instead of
613
always using the driver provided ones - #38

project/Build.scala

Lines changed: 1 addition & 1 deletion
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.6"
48+
val commonVersion = "0.2.7"
4949

5050
val specs2Dependency = "org.specs2" %% "specs2" % "2.0" % "test"
5151
val logbackDependency = "ch.qos.logback" % "logback-classic" % "1.0.13" % "test"

0 commit comments

Comments
 (0)