Bump version
This commit is contained in:
parent
e98655a907
commit
7f83416ddf
2 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,12 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
All notable changes to this project will be documented in this file.
|
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).
|
This project adheres to [Package Versioning Policy](https://wiki.haskell.org/Package_versioning_policy).
|
||||||
|
## [2.7.0.1] - 2020-04-07
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Error reporting for deletion of big messages
|
||||||
|
- Formatting of docs
|
||||||
|
|
||||||
## [2.7.0.0] - 2020-02-08
|
## [2.7.0.0] - 2020-02-08
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: mongoDB
|
Name: mongoDB
|
||||||
Version: 2.7.0.0
|
Version: 2.7.0.1
|
||||||
Synopsis: Driver (client) for MongoDB, a free, scalable, fast, document
|
Synopsis: Driver (client) for MongoDB, a free, scalable, fast, document
|
||||||
DBMS
|
DBMS
|
||||||
Description: This package lets you connect to MongoDB servers and
|
Description: This package lets you connect to MongoDB servers and
|
||||||
|
|
Loading…
Reference in a new issue