diff --git a/HISTORY.md b/HISTORY.md index dbf8a906619..c5e09b31ea0 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. +## [5.9.2](https://github.com/mongodb/node-mongodb-native/compare/v5.9.1...v5.9.2) (2023-11-16) + + +### Bug Fixes + +* **NODE-5750:** RTTPinger always sends legacy hello ([#3922](https://github.com/mongodb/node-mongodb-native/issues/3922)) ([8e56872](https://github.com/mongodb/node-mongodb-native/commit/8e56872fd7a79c3d1cb0f215b55320c535cd6787)) + ## [5.9.1](https://github.com/mongodb/node-mongodb-native/compare/v5.9.0...v5.9.1) (2023-10-18) diff --git a/package-lock.json b/package-lock.json index fb20f227ffc..981024a35b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb", - "version": "5.9.1", + "version": "5.9.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb", - "version": "5.9.1", + "version": "5.9.2", "license": "Apache-2.0", "dependencies": { "bson": "^5.5.0", diff --git a/package.json b/package.json index 15e230b55d5..7f286ce815b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "5.9.1", + "version": "5.9.2", "description": "The official MongoDB driver for Node.js", "main": "lib/index.js", "files": [