From 60c10bb5cce70daaddbd7fc92ea34b1339306510 Mon Sep 17 00:00:00 2001 From: Victor Denisov Date: Fri, 3 Jan 2020 17:25:40 -0800 Subject: [PATCH] Bump version --- CHANGELOG.md | 2 +- mongoDB.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b014553..840330e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ 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). -## [Unreleased] +## [2.6.0.0] - 2020-01-03 ## Added - MonadFail. It's a standard for newer versions of Haskell, diff --git a/mongoDB.cabal b/mongoDB.cabal index 502e3e8..94b113c 100644 --- a/mongoDB.cabal +++ b/mongoDB.cabal @@ -1,5 +1,5 @@ Name: mongoDB -Version: 2.5.0.0 +Version: 2.6.0.0 Synopsis: Driver (client) for MongoDB, a free, scalable, fast, document DBMS Description: This package lets you connect to MongoDB servers and