Skip to content

Commit

Permalink
Prepare release 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pkolaczk committed Aug 31, 2016
1 parent fdb6c1e commit 12603d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.6.2
* Fixed shading in artifacts published to Maven

1.6.1
* Disallow TimeUUID Predicate Pushdown (SPARKC-405)
* Avoid overflow on SplitSizeInMB param (SPARKC-413)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ This project has also 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.6.1"
libraryDependencies += "com.datastax.spark" %% "spark-cassandra-connector" % "1.6.2"

## Building
See [Building And Artifacts](doc/12_building_and_artifacts.md)
Expand Down

0 comments on commit 12603d4

Please sign in to comment.