From 24f060b9d986a69705e976d40e368c5a5d84f6e6 Mon Sep 17 00:00:00 2001 From: Victor Denisov Date: Sat, 8 Apr 2017 13:38:33 -0700 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 95d1972..bfdb2f0 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] - unreleased +## [2.2.0] - 2017-04-08 ### Added - GridFS implementation diff --git a/mongoDB.cabal b/mongoDB.cabal index acb48cc..7547106 100644 --- a/mongoDB.cabal +++ b/mongoDB.cabal @@ -1,5 +1,5 @@ Name: mongoDB -Version: 2.1.1.1 +Version: 2.2.0 Synopsis: Driver (client) for MongoDB, a free, scalable, fast, document DBMS Description: This package lets you connect to MongoDB servers and