From 632f0eaafa3b898937798e649be72b85410ff0d6 Mon Sep 17 00:00:00 2001 From: Victor Denisov Date: Sat, 3 Oct 2015 14:11:40 -0700 Subject: [PATCH] Bump version --- CHANGELOG.md | 5 +++++ mongoDB.cabal | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcc6dee..ffac8ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log 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). +## [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 diff --git a/mongoDB.cabal b/mongoDB.cabal index 2721bd9..d3e11ac 100644 --- a/mongoDB.cabal +++ b/mongoDB.cabal @@ -1,5 +1,5 @@ Name: mongoDB -Version: 2.0.7 +Version: 2.0.8 Synopsis: Driver (client) for MongoDB, a free, scalable, fast, document DBMS Description: This package lets you connect to MongoDB servers and