From aab9c461dbe8be5d2a21afa79d04d4c8cd507da4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 12:22:27 -0500 Subject: [PATCH] chore(4.x): release 4.17.2 [skip-ci] (#3926) --- HISTORY.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index bfbedb1d58..24f5240acc 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.2](https://github.com/mongodb/node-mongodb-native/compare/v4.17.1...v4.17.2) (2023-11-16) + + +### Bug Fixes + +* **NODE-5751:** RTTPinger always sends legacy hello ([#3923](https://github.com/mongodb/node-mongodb-native/issues/3923)) ([bc3d020](https://github.com/mongodb/node-mongodb-native/commit/bc3d02015c8d91b363e127c6826c3090f0f11d6b)) + ## [4.17.1](https://github.com/mongodb/node-mongodb-native/compare/v4.17.0...v4.17.1) (2023-08-23) diff --git a/package-lock.json b/package-lock.json index c6dc8edd19..bb061cd291 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb", - "version": "4.17.1", + "version": "4.17.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb", - "version": "4.17.1", + "version": "4.17.2", "license": "Apache-2.0", "dependencies": { "bson": "^4.7.2", diff --git a/package.json b/package.json index 44bc6478d6..0f4d912538 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "4.17.1", + "version": "4.17.2", "description": "The official MongoDB driver for Node.js", "main": "lib/index.js", "files": [