From 91fed88d08bfcee4ccde68275cc4bdcbdf733fa2 Mon Sep 17 00:00:00 2001 From: Victor Denisov Date: Sun, 11 Feb 2018 20:50:12 -0800 Subject: [PATCH] Bump version --- CHANGELOG.md | 5 +++++ mongoDB.cabal | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6696b58..0832b38 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.3.0.4] - 2018-02-11 + +### Fixed +- Benchmark's build + ## [2.3.0.3] - 2018-02-10 ### Fixed diff --git a/mongoDB.cabal b/mongoDB.cabal index 89c2438..65b4c47 100644 --- a/mongoDB.cabal +++ b/mongoDB.cabal @@ -1,5 +1,5 @@ Name: mongoDB -Version: 2.3.0.3 +Version: 2.3.0.4 Synopsis: Driver (client) for MongoDB, a free, scalable, fast, document DBMS Description: This package lets you connect to MongoDB servers and