From 4f48ca92bece6810752f2bb6ea1618a8e3a48559 Mon Sep 17 00:00:00 2001 From: Victor Denisov Date: Sat, 7 Nov 2015 11:28:13 -0800 Subject: [PATCH] Update changelog and bump version --- CHANGELOG.md | 6 ++++++ mongoDB.cabal | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffac8ab..2a447f8 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.0.9] - 2015-11-07 + +### Added +- SCRAM-SHA-1 authentication for mongo 3.0 + ## [2.0.8] - 2015-10-03 ### Fixed diff --git a/mongoDB.cabal b/mongoDB.cabal index 3cf32c6..5929fd7 100644 --- a/mongoDB.cabal +++ b/mongoDB.cabal @@ -1,5 +1,5 @@ Name: mongoDB -Version: 2.0.8 +Version: 2.0.9 Synopsis: Driver (client) for MongoDB, a free, scalable, fast, document DBMS Description: This package lets you connect to MongoDB servers and