diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 17a9c5d6ef7..e85ec109fd6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.8.1" + ".": "6.8.0" } diff --git a/HISTORY.md b/HISTORY.md index 347dcd61e99..1ccf5eca7e0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,13 +2,6 @@ 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.8.1](https://github.com/mongodb/node-mongodb-native/compare/v6.8.0...v6.8.1) (2024-09-06) - - -### Bug Fixes - -* **NODE-6355:** respect utf8 validation option when iterating cursors ([#4220](https://github.com/mongodb/node-mongodb-native/issues/4220)) ([886cefb](https://github.com/mongodb/node-mongodb-native/commit/886cefb4197e2747f26eeb680a9d0a779d6d28f1)) - ## [6.8.0](https://github.com/mongodb/node-mongodb-native/compare/v6.7.0...v6.8.0) (2024-06-27) diff --git a/package-lock.json b/package-lock.json index 99107e1d075..538973bf4fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb", - "version": "6.8.1", + "version": "6.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb", - "version": "6.8.1", + "version": "6.8.0", "license": "Apache-2.0", "dependencies": { "@mongodb-js/saslprep": "^1.1.5", diff --git a/package.json b/package.json index dff382f9086..ca5286251f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb", - "version": "6.8.1", + "version": "6.8.0", "description": "The official MongoDB driver for Node.js", "main": "lib/index.js", "files": [