From 4f6c27a0a73f827fa5e07ddf62fed3966bb32836 Mon Sep 17 00:00:00 2001 From: Piotr Kolaczkowski Date: Wed, 8 Oct 2014 15:37:12 +0200 Subject: [PATCH] Prepare for 1.0.1 release. --- CHANGES.txt | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index b5a1a6961..2bfad20aa 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -1.0.1 (unreleased) +1.0.1 * Add logging of error message when asynchronous task fails in AsyncExecutor. (#265) * Fix connection problems with fetching token ranges from hosts with diff --git a/README.md b/README.md index 4d665090a..dd75ec79c 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,11 @@ This project has been published to the Maven Central Repository. For SBT to download the connector binaries, sources and javadoc, put this in your project SBT config: - libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % "1.0.0" withSources() withJavadoc() + libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % "1.0.1" withSources() withJavadoc() If you want to access the functionality of Connector from Java, you may want to add also a Java API module: - libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector-java" % "1.0.0" withSources() withJavadoc() + libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector-java" % "1.0.1" withSources() withJavadoc() ## Building You need to install SBT version 0.13 or newer to build this project.