diff --git a/HISTORY.md b/HISTORY.md index 196920431e..8ac218d700 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,8 @@ 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.7.2](https://github.com/mongodb/node-mongodb-native/compare/v3.7.1...v3.7.2) (2021-10-05) + ### [3.7.1](https://github.com/mongodb/node-mongodb-native/compare/v3.7.0...v3.7.1) (2021-09-14) diff --git a/package-lock.json b/package-lock.json index 91343a8da9..7da352df2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb", - "version": "3.7.1", + "version": "3.7.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mongodb", - "version": "3.7.1", + "version": "3.7.2", "license": "Apache-2.0", "dependencies": { "bl": "^2.2.1", diff --git a/package.json b/package.json index 2e58ddf63a..16e791fe8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "3.7.1", + "version": "3.7.2", "description": "The official MongoDB driver for Node.js", "main": "index.js", "files": [