diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4294fea704..a3e78badb3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.14.2" + ".": "6.15.0" } diff --git a/HISTORY.md b/HISTORY.md index 0f03131dae..cebeacae1b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,18 @@ 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. +## [6.15.0](https://github.com/mongodb/node-mongodb-native/compare/v6.14.2...v6.15.0) (2025-03-18) + + +### Features + +* **NODE-6141:** allow custom aws sdk config ([#4373](https://github.com/mongodb/node-mongodb-native/issues/4373)) ([3d047ed](https://github.com/mongodb/node-mongodb-native/commit/3d047ed19f6bf5c06e441fdf3a9c90b05ef9c15d)) + + +### Bug Fixes + +* **NODE-6845:** ensure internal rejections are handled ([#4448](https://github.com/mongodb/node-mongodb-native/issues/4448)) ([06e941a](https://github.com/mongodb/node-mongodb-native/commit/06e941a87c5278d0a7baedccc646924bf64ddfb7)) + ## [6.14.2](https://github.com/mongodb/node-mongodb-native/compare/v6.14.1...v6.14.2) (2025-03-04) diff --git a/package-lock.json b/package-lock.json index 8fdb4ad46d..ac615f314f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb", - "version": "6.14.2", + "version": "6.15.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb", - "version": "6.14.2", + "version": "6.15.0", "license": "Apache-2.0", "dependencies": { "@mongodb-js/saslprep": "^1.1.9", diff --git a/package.json b/package.json index 733c8575ef..3892967023 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "6.14.2", + "version": "6.15.0", "description": "The official MongoDB driver for Node.js", "main": "lib/index.js", "files": [