diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4c4a46efe0..6a15549e4b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.6.0" + ".": "7.7.0" } diff --git a/HISTORY.md b/HISTORY.md index b98a2f98a4..c92fdbb573 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.7.0](https://github.com/mongodb/node-mongodb-native/compare/v7.6.0...v7.7.0) (2026-09-04) + + +### Features + +* **NODE-7670:** update dependencies, including next BSON minor ([#5034](https://github.com/mongodb/node-mongodb-native/issues/5034)) ([995edbf](https://github.com/mongodb/node-mongodb-native/commit/995edbf636bb449c3041a15edda9f9fbd88fb939)) + ## [7.6.0](https://github.com/mongodb/node-mongodb-native/compare/v7.5.0...v7.6.0) (2026-08-21) diff --git a/package-lock.json b/package-lock.json index 5eb6a20c05..b2de72e616 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb", - "version": "7.6.0", + "version": "7.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb", - "version": "7.6.0", + "version": "7.7.0", "license": "Apache-2.0", "dependencies": { "@mongodb-js/saslprep": "^1.5.0", diff --git a/package.json b/package.json index d3af37a364..3b880cab8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "7.6.0", + "version": "7.7.0", "description": "The official MongoDB driver for Node.js", "main": "lib/index.js", "files": [