From 3bb466c8180f28f8528fc4b1e3f59773c48d821e Mon Sep 17 00:00:00 2001 From: Victor Denisov Date: Mon, 14 Jun 2021 20:45:45 -0700 Subject: [PATCH] Bump version --- CHANGELOG.md | 5 ++++- mongoDB.cabal | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad54e77..719464a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ 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.7.1.1] - 2021-06-14 + +### Fixed +- Sample code ### Added - Clarification to the tutorial diff --git a/mongoDB.cabal b/mongoDB.cabal index 425c295..6d5a192 100644 --- a/mongoDB.cabal +++ b/mongoDB.cabal @@ -1,5 +1,5 @@ Name: mongoDB -Version: 2.7.1.0 +Version: 2.7.1.1 Synopsis: Driver (client) for MongoDB, a free, scalable, fast, document DBMS Description: This package lets you connect to MongoDB servers and