From 7f9eb133565548e25cd04af23a25de5788eb921a Mon Sep 17 00:00:00 2001 From: Victor Denisov Date: Sat, 10 Feb 2018 16:56:34 -0800 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 fc646c2..6696b58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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.3.0.3] - 2018-02-10 + +### Fixed +- aggregate requires cursor in mongo 3.6 + ## [2.3.0.2] - 2018-01-28 ### Fixed diff --git a/mongoDB.cabal b/mongoDB.cabal index 4455a5c..d5d0d88 100644 --- a/mongoDB.cabal +++ b/mongoDB.cabal @@ -1,5 +1,5 @@ Name: mongoDB -Version: 2.3.0.2 +Version: 2.3.0.3 Synopsis: Driver (client) for MongoDB, a free, scalable, fast, document DBMS Description: This package lets you connect to MongoDB servers and