From 938352fb56428771fe545f5acaffb7f31b965729 Mon Sep 17 00:00:00 2001 From: Victor Denisov Date: Sun, 4 Feb 2024 09:55:12 -0800 Subject: [PATCH] Cut 2.7.1.3 release --- CHANGELOG.md | 2 +- mongoDB.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb77059..2ff041c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ This project adheres to [Package Versioning Policy](https://wiki.haskell.org/Pac * Get rid of `MonadFail` constraints in `Database.MongoDB.Query` -## [] - 2023-??-?? +## [2.7.1.3] - 2024-02-04 ### Fixed - Collections with dot in the name diff --git a/mongoDB.cabal b/mongoDB.cabal index b4ea647..68df025 100644 --- a/mongoDB.cabal +++ b/mongoDB.cabal @@ -1,5 +1,5 @@ Name: mongoDB -Version: 2.7.1.2 +Version: 2.7.1.3 Synopsis: Driver (client) for MongoDB, a free, scalable, fast, document DBMS Description: This package lets you connect to MongoDB servers and