diff --git a/HISTORY.md b/HISTORY.md index 89858605e89..a2700fc4038 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +2.0.52 12-14-2015 +----------------- +* removed remove from Gridstore.close. + 2.0.51 12-13-2015 ----------------- * Surfaced checkServerIdentity options for MongoClient, Server, ReplSet and Mongos to allow for control of the checkServerIdentity method available in Node.s 0.12.x or higher. diff --git a/package.json b/package.json index 6a879d41c72..620f43ea9df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "2.0.51", + "version": "2.0.52", "description": "MongoDB legacy driver emulation layer on top of mongodb-core", "main": "index.js", "repository": {