Bump version
This commit is contained in:
parent
1e84ac0d3c
commit
632f0eaafa
2 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Package Versioning Policy](https://wiki.haskell.org/Package_versioning_policy).
|
This project adheres to [Package Versioning Policy](https://wiki.haskell.org/Package_versioning_policy).
|
||||||
|
## [2.0.8] - 2015-10-03
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- next function was getting only one batch when the request was unlimited,
|
||||||
|
as a result you were receiving only 101 docs (default mongo batch size)
|
||||||
|
|
||||||
## [2.0.7] - 2015-09-04
|
## [2.0.7] - 2015-09-04
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: mongoDB
|
Name: mongoDB
|
||||||
Version: 2.0.7
|
Version: 2.0.8
|
||||||
Synopsis: Driver (client) for MongoDB, a free, scalable, fast, document
|
Synopsis: Driver (client) for MongoDB, a free, scalable, fast, document
|
||||||
DBMS
|
DBMS
|
||||||
Description: This package lets you connect to MongoDB servers and
|
Description: This package lets you connect to MongoDB servers and
|
||||||
|
|
Loading…
Reference in a new issue