From daa14bd53c955b96cc5a0afdafb505f679f263de Mon Sep 17 00:00:00 2001 From: rene-ye Date: Thu, 8 Mar 2018 11:44:02 -0800 Subject: [PATCH 1/2] hotfixes --- CHANGELOG.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc8c77b12..4cdf308f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) ## [6.5.0] Preview Release ### Added -- Support for spacial datatypes [#642](https://github.com/Microsoft/mssql-jdbc/pull/642) +- Support for spatial datatypes [#642](https://github.com/Microsoft/mssql-jdbc/pull/642) ### Fixed Issues - Fixed blobs becoming unavailable when the Result Set cursor moves or the Result Set closes [#595](https://github.com/Microsoft/mssql-jdbc/pull/595) diff --git a/README.md b/README.md index 4d959c521..00a8d3817 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ Projects that require either of the two features need to explicitly declare the com.microsoft.sqlserver mssql-jdbc - 6.5.0.jre9 + 6.5.0.jre9-preview compile @@ -136,7 +136,7 @@ Projects that require either of the two features need to explicitly declare the com.microsoft.sqlserver mssql-jdbc - 6.5.0.jre9 + 6.5.0.jre9-preview compile From 7932c7a81f0f29a62770b936903dd5a9fe389a7d Mon Sep 17 00:00:00 2001 From: rene-ye Date: Thu, 8 Mar 2018 11:45:48 -0800 Subject: [PATCH 2/2] version recommendation change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00a8d3817..788d8bf28 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ To get the latest preview version of the driver, add the following to your POM f com.microsoft.sqlserver mssql-jdbc - 6.5.0.jre8-preview + 6.5.0.jre9-preview ```