From 7f83416ddfb77bfcf8642872f4d0f62628073952 Mon Sep 17 00:00:00 2001 From: Victor Denisov Date: Tue, 7 Apr 2020 20:37:49 -0700 Subject: [PATCH] Bump version --- CHANGELOG.md | 6 ++++++ mongoDB.cabal | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3ec390..46b0c9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # 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.7.0.1] - 2020-04-07 + +### Fixed +- Error reporting for deletion of big messages +- Formatting of docs + ## [2.7.0.0] - 2020-02-08 ### Fixed diff --git a/mongoDB.cabal b/mongoDB.cabal index 6c42d91..f4b953b 100644 --- a/mongoDB.cabal +++ b/mongoDB.cabal @@ -1,5 +1,5 @@ Name: mongoDB -Version: 2.7.0.0 +Version: 2.7.0.1 Synopsis: Driver (client) for MongoDB, a free, scalable, fast, document DBMS Description: This package lets you connect to MongoDB servers and