We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a117b4 commit 6b99085Copy full SHA for 6b99085
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 7.1.1 / 2019-10-11
2
+
3
+- Allow for `mongo+srv` uri (Thanks @s-zimm!)
4
5
# 7.1.0 / 2019-09-30
6
7
- Fix `insert` deprecation warning (Thanks @RobertoMachorro!)
package.json
@@ -1,7 +1,7 @@
{
"name": "monk",
"description": "The wise MongoDB API",
- "version": "7.1.0",
+ "version": "7.1.1",
"main": "lib/monk.js",
"types": "./index.d.ts",
"keywords": [
0 commit comments