diff --git a/HISTORY.md b/HISTORY.md index 961dd5b89c..4cfa71c1fc 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,13 @@ + +## [3.1.3](https://github.com/mongodb/node-mongodb-native/compare/v3.1.2...v3.1.3) (2018-08-13) + + +### Features + +* **core:** update to mongodb-core 3.1.2 ([337cb79](https://github.com/mongodb/node-mongodb-native/commit/337cb79)) + + + ## [3.1.2](https://github.com/mongodb/node-mongodb-native/compare/v3.0.6...v3.1.2) (2018-08-13) diff --git a/package.json b/package.json index d5777d3723..41b645bab3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "3.1.2", + "version": "3.1.3", "description": "The official MongoDB driver for Node.js", "main": "index.js", "repository": {