diff --git a/HISTORY.md b/HISTORY.md index c090f2eef7..0e149192c7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +2.0.25 03-26-2015 +----------------- +- Upgraded mongodb-core to 1.1.21, making the C++ bson code an optional dependency to the bson module. + 2.0.24 03-24-2015 ----------------- - NODE-395 Socket Not Closing, db.close called before full set finished initalizing leading to server connections in progress not being closed properly. diff --git a/package.json b/package.json index d75192f74e..63e35c4265 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "2.0.24", + "version": "2.0.25", "description": "MongoDB legacy driver emulation layer on top of mongodb-core", "main": "index.js", "repository": { @@ -13,13 +13,13 @@ "legacy" ], "dependencies": { - "mongodb-core": "1.1.20" + "mongodb-core": "1.1.21" , "readable-stream": "1.0.31" }, "devDependencies": { "integra": "0.1.8" , "optimist": "0.6.1" - , "bson": "~0.2" + , "bson": "~0.3" , "jsdoc": "3.3.0-alpha9" , "semver": "4.1.0" , "rimraf": "2.2.6"