Skip to content

Commit 93d4b36

Browse files
committed
Merge branch '2.0' into APM-SPEC
2 parents 4c975b4 + 70ceff3 commit 93d4b36

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

HISTORY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2.0.39 07-14-2015
2+
-----------------
3+
- Updated mongodb-core to 1.2.6 for NODE-505.
4+
5+
2.0.38 07-14-2015
6+
-----------------
7+
- NODE-505 Query fails to find records that have a 'result' property with an array value.
8+
19
2.0.37 07-14-2015
210
-----------------
311
- NODE-504 Collection - Default options when using promiseLibrary.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb",
3-
"version": "2.0.37",
3+
"version": "2.0.39",
44
"description": "MongoDB legacy driver emulation layer on top of mongodb-core",
55
"main": "index.js",
66
"repository": {
@@ -13,7 +13,7 @@
1313
"legacy"
1414
],
1515
"dependencies": {
16-
"mongodb-core": "1.2.5"
16+
"mongodb-core": "1.2.6"
1717
, "readable-stream": "1.0.31"
1818
, "es6-promise": "2.1.1"
1919
},

0 commit comments

Comments
 (0)