diff --git a/.release-please-manifest.json b/.release-please-manifest.json index eb0c51f1e7..e102ad9c05 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.2.0" + ".": "7.2.1" } diff --git a/HISTORY.md b/HISTORY.md index a28059aabb..250269d658 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. +## [7.2.1](https://github.com/mongodb/node-mongodb-native/compare/v7.2.0...v7.2.1) (2026-05-19) + + +### Bug Fixes + +* **NODE-7548:** SCRAM authentication fails on non-Node runtimes ([#4932](https://github.com/mongodb/node-mongodb-native/issues/4932)) ([a10d2c9](https://github.com/mongodb/node-mongodb-native/commit/a10d2c937eaa2bfb30aece513c9770ec55541280)) + ## [7.2.0](https://github.com/mongodb/node-mongodb-native/compare/v7.1.0...v7.2.0) (2026-04-17) diff --git a/package-lock.json b/package-lock.json index d584873227..9fcf72afbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb", - "version": "7.2.0", + "version": "7.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb", - "version": "7.2.0", + "version": "7.2.1", "license": "Apache-2.0", "dependencies": { "@mongodb-js/saslprep": "^1.3.0", diff --git a/package.json b/package.json index 290e0e8c70..34ae727b03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "7.2.0", + "version": "7.2.1", "description": "The official MongoDB driver for Node.js", "main": "lib/index.js", "files": [