diff --git a/History.md b/History.md index bb2e97a57..ee8b62dca 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +## 1.3.13 (11/21/14) + +- handle ("hacked") date/time/timestamp conversion from the JDBC side on 4.2 +- align SQLite's column class resolution with others in 1.3 +- avoid the Column regressions in 1.3.12 caused by backporting too much (#603) + ## 1.3.12 (11/18/14) - [sqlite] support for latest JDBC 3.8 diff --git a/lib/arjdbc/version.rb b/lib/arjdbc/version.rb index 98e6ced94..0dfaee614 100644 --- a/lib/arjdbc/version.rb +++ b/lib/arjdbc/version.rb @@ -1,5 +1,5 @@ module ArJdbc - VERSION = "1.3.12" + VERSION = "1.3.13" # @deprecated module Version # @private 1.2.x compatibility