diff --git a/CHANGELOG.md b/CHANGELOG.md index 46b0c9e..a5c3f22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log 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.0] - 2020-08-17 + +### Added +- Function findCommand + ## [2.7.0.1] - 2020-04-07 ### Fixed diff --git a/mongoDB.cabal b/mongoDB.cabal index f4b953b..425c295 100644 --- a/mongoDB.cabal +++ b/mongoDB.cabal @@ -1,5 +1,5 @@ Name: mongoDB -Version: 2.7.0.1 +Version: 2.7.1.0 Synopsis: Driver (client) for MongoDB, a free, scalable, fast, document DBMS Description: This package lets you connect to MongoDB servers and