From 47614e0834fcd1a68d28c37796fb568e75287b27 Mon Sep 17 00:00:00 2001 From: Victor Denisov Date: Tue, 22 Dec 2015 03:11:01 -0800 Subject: [PATCH] Update changelog and bump version --- CHANGELOG.md | 5 +++++ mongoDB.cabal | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a447f8..4cd4982 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.0.10] - 2015-12-22 + +### Fixed +- SCRAM-SHA-1 authentication for mongolab + ## [2.0.9] - 2015-11-07 ### Added diff --git a/mongoDB.cabal b/mongoDB.cabal index 5929fd7..d8354df 100644 --- a/mongoDB.cabal +++ b/mongoDB.cabal @@ -1,5 +1,5 @@ Name: mongoDB -Version: 2.0.9 +Version: 2.0.10 Synopsis: Driver (client) for MongoDB, a free, scalable, fast, document DBMS Description: This package lets you connect to MongoDB servers and