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.