diff --git a/HISTORY.md b/HISTORY.md index b9ea783e7e..ad7c3a9fb7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [3.2.0](https://github.com/mongodb/node-mongodb-native/compare/v3.1.11...v3.2.0) (2019-01-16) + + +### Features + +* **core:** update to mongodb-core v3.1.11 ([9bef6e7](https://github.com/mongodb/node-mongodb-native/commit/9bef6e7)) + + + ## [3.1.11](https://github.com/mongodb/node-mongodb-native/compare/v3.1.10...v3.1.11) (2019-01-15) diff --git a/package-lock.json b/package-lock.json index 1833847b66..0b66af5873 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "3.1.11", + "version": "3.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 00b3536538..6f25b0a534 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "3.1.11", + "version": "3.2.0", "description": "The official MongoDB driver for Node.js", "main": "index.js", "files": [