Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Commit 77dbad1

Browse files
author
Ben Brown
committed
Update to 1.0.7
1 parent 0910875 commit 77dbad1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 1.0.7
2+
3+
Upgrade Monk database library to latest version [PR #27](https://github.com/howdyai/botkit-storage-mongo/pull/27)
4+
5+
Update save to use findOneAndUpdate instead of deprecated method [PR #25](https://github.com/howdyai/botkit-storage-mongo/pull/25)
6+
7+
Add error logging for failed DB connect [PR #26](https://github.com/howdyai/botkit-storage-mongo/pull/26)
8+
9+
110
# 1.0.6
211

312
Add support for promises - all functions now return a promise which will resolve

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "botkit-storage-mongo",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "A MongoDB storage driver for Botkit",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)