From 6d3f617dd281413f26394d78e1aace40cb62f271 Mon Sep 17 00:00:00 2001 From: Victor Denisov Date: Sun, 2 Aug 2015 10:14:17 -0700 Subject: [PATCH] Add changelog and bump version --- CHANGELOG.md | 11 +++++++++++ mongoDB.cabal | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d7c7b0c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# 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.6] - 2015-08-02 + +### Added +- Time To Live index + +### Fixed +- Bug, the driver could not list more 97899 documents. diff --git a/mongoDB.cabal b/mongoDB.cabal index 441cd58..1bda803 100644 --- a/mongoDB.cabal +++ b/mongoDB.cabal @@ -1,5 +1,5 @@ Name: mongoDB -Version: 2.0.5 +Version: 2.0.6 Synopsis: Driver (client) for MongoDB, a free, scalable, fast, document DBMS Description: This package lets you connect to MongoDB servers and @@ -17,6 +17,7 @@ License-file: LICENSE Cabal-version: >= 1.10 Build-type: Simple Stability: alpha +Extra-Source-Files: CHANGELOG.md Library GHC-options: -Wall