From fff024b135e024733e25ddccc1f007c4bbf4d671 Mon Sep 17 00:00:00 2001 From: Victor Denisov Date: Fri, 4 Sep 2015 11:03:54 -0700 Subject: [PATCH] Bump version --- CHANGELOG.md | 2 +- mongoDB.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 394a22a..fcc6dee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ 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). -## [Unreleased] - unreleased +## [2.0.7] - 2015-09-04 ### Fixed - Slow requests to the database server. diff --git a/mongoDB.cabal b/mongoDB.cabal index be589c0..2721bd9 100644 --- a/mongoDB.cabal +++ b/mongoDB.cabal @@ -1,5 +1,5 @@ Name: mongoDB -Version: 2.0.6 +Version: 2.0.7 Synopsis: Driver (client) for MongoDB, a free, scalable, fast, document DBMS Description: This package lets you connect to MongoDB servers and