From ea36d6fbb24923406c6d877b4a9f91b860c929c5 Mon Sep 17 00:00:00 2001 From: Victor Denisov Date: Sun, 3 Mar 2019 17:38:18 -0800 Subject: [PATCH] Bump version and add changelog entry --- CHANGELOG.md | 5 +++++ mongoDB.cabal | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb46c48..d5f49d8 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.4.0.1] - 2019-03-03 + +### Fixed +Doc for modify method + ## [2.4.0.0] - 2018-05-03 ### Fixed diff --git a/mongoDB.cabal b/mongoDB.cabal index dcd63cc..f3c9e8c 100644 --- a/mongoDB.cabal +++ b/mongoDB.cabal @@ -1,5 +1,5 @@ Name: mongoDB -Version: 2.4.0.0 +Version: 2.4.0.1 Synopsis: Driver (client) for MongoDB, a free, scalable, fast, document DBMS Description: This package lets you connect to MongoDB servers and