From a4448fa9411a84f2b555081be0179a8783948767 Mon Sep 17 00:00:00 2001 From: Victor Denisov Date: Wed, 31 May 2017 23:20:22 -0700 Subject: [PATCH] Bump version --- CHANGELOG.md | 2 +- mongoDB.cabal | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e5e37..f394eee 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). -## [2.3.0] - unreleased +## [2.3.0] - 2017-05-31 ### Changed - Description of access function diff --git a/mongoDB.cabal b/mongoDB.cabal index 7547106..ebe399f 100644 --- a/mongoDB.cabal +++ b/mongoDB.cabal @@ -1,5 +1,5 @@ Name: mongoDB -Version: 2.2.0 +Version: 2.3.0 Synopsis: Driver (client) for MongoDB, a free, scalable, fast, document DBMS Description: This package lets you connect to MongoDB servers and @@ -10,7 +10,7 @@ Category: Database Homepage: https://github.com/mongodb-haskell/mongodb Bug-reports: https://github.com/mongodb-haskell/mongodb/issues Author: Tony Hannan -Maintainer: Fedor Gogolev , Victor Denisov +Maintainer: Victor Denisov Copyright: Copyright (c) 2010-2012 10gen Inc. License: Apache-2.0 License-file: LICENSE