From f9481869a29626ef96e4ba9c5e441705a1f0a28f Mon Sep 17 00:00:00 2001 From: Michael Armbrust Date: Thu, 22 Oct 2015 16:43:07 -0700 Subject: [PATCH] Update README for release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf33f4e8..f2a30acd 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ You may use this library in your applications with the following dependency info ``` groupId: com.databricks artifactId: spark-redshift -version: 0.5.1 +version: 0.5.2 ``` You will also need to provide a JDBC driver that is compatible with Redshift. Amazon recommend that you use [their driver](http://docs.aws.amazon.com/redshift/latest/mgmt/configure-jdbc-connection.html), which is distributed as a JAR that is hosted on Amazon's website. This library has also been successfully tested using the Postgres JDBC driver.