From a5a0f3517e9e44a1875e5f53b7ea3d97213e0504 Mon Sep 17 00:00:00 2001 From: Victor Denisov Date: Wed, 26 Oct 2022 21:13:29 -0700 Subject: [PATCH] Bump version Update change log --- CHANGELOG.md | 7 +++++++ mongoDB.cabal | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 719464a..74a052d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.7.1.2] - 2022-10-26 + +### Added +- Support of OP_MSG protocol +- Clarifications in the documentation +- Allow optional TLS parameters + ## [2.7.1.1] - 2021-06-14 ### Fixed diff --git a/mongoDB.cabal b/mongoDB.cabal index 6d5a192..f4119a9 100644 --- a/mongoDB.cabal +++ b/mongoDB.cabal @@ -1,5 +1,5 @@ Name: mongoDB -Version: 2.7.1.1 +Version: 2.7.1.2 Synopsis: Driver (client) for MongoDB, a free, scalable, fast, document DBMS Description: This package lets you connect to MongoDB servers and