Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
update changelog with 0.11.2 changes (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
darroyo-stratio committed May 17, 2016
1 parent 8916cca commit 741de6b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.11.2 (May 2016)

* Fix #131: Connection not getting closed

## 0.11.1 (? 2016)

* Max and Min splitVector bounds for not sharded collections (see doc)
Expand All @@ -8,7 +12,7 @@
## 0.11.0 (February 2016)

* Compatibility with spark 1.6
* Refactor mongo clients to improve performance
* Refactor mongo clients to improve performance

## 0.10.1 (November 2015)

Expand Down
4 changes: 2 additions & 2 deletions spark-mongodb-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@

<properties>
<scala.binary.version>2.10</scala.binary.version>
<mongodb.datasource.version>0.11.2-RC1-SNAPSHOT</mongodb.datasource.version>
<spark.version>1.5.2</spark.version>
<mongodb.datasource.version>0.11.2</mongodb.datasource.version>
<spark.version>1.6.1</spark.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 741de6b

Please sign in to comment.