diff --git a/HISTORY.md b/HISTORY.md index 429c4652a9..bfbedb1d58 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,13 @@ 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. +## [4.17.1](https://github.com/mongodb/node-mongodb-native/compare/v4.17.0...v4.17.1) (2023-08-23) + + +### Bug Fixes + +* **NODE-5573:** fix saslprep import ([#3838](https://github.com/mongodb/node-mongodb-native/issues/3838)) ([ff6c293](https://github.com/mongodb/node-mongodb-native/commit/ff6c2938b8739f0bd0b1ca6271095c5563a5a408)) + ## [4.17.0](https://github.com/mongodb/node-mongodb-native/compare/v4.16.0...v4.17.0) (2023-08-17) diff --git a/package-lock.json b/package-lock.json index 325b711a54..c6dc8edd19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb", - "version": "4.17.0", + "version": "4.17.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb", - "version": "4.17.0", + "version": "4.17.1", "license": "Apache-2.0", "dependencies": { "bson": "^4.7.2", diff --git a/package.json b/package.json index 9641c54793..44bc6478d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "4.17.0", + "version": "4.17.1", "description": "The official MongoDB driver for Node.js", "main": "lib/index.js", "files": [