Skip to content

Commit

Permalink
chore(main): release 6.8.0 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 12, 2024
1 parent 4d209ce commit c251ef6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.7.0"
".": "6.8.0"
}
14 changes: 14 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.0](https://github.com/mongodb/node-mongodb-native/compare/v6.7.0...v6.8.0) (2024-06-12)


### Features

* **NODE-5801:** allow multiple providers providers per type ([#4137](https://github.com/mongodb/node-mongodb-native/issues/4137)) ([4d209ce](https://github.com/mongodb/node-mongodb-native/commit/4d209ce7aa92ac543f6b106d94a65508858ccf51))
* **NODE-5853:** support delegated KMIP data key option ([#4129](https://github.com/mongodb/node-mongodb-native/issues/4129)) ([aa429f8](https://github.com/mongodb/node-mongodb-native/commit/aa429f8c471b6ac23d9ffc33c9d40e1dc116c75b))
* **NODE-6157:** add signature to github releases ([#4119](https://github.com/mongodb/node-mongodb-native/issues/4119)) ([f38c5fe](https://github.com/mongodb/node-mongodb-native/commit/f38c5fe3990f279194523c906dc646bbcc29cbe9))


### Bug Fixes

* **NODE-6085:** add TS support for KMIP data key options ([#4128](https://github.com/mongodb/node-mongodb-native/issues/4128)) ([f790cc1](https://github.com/mongodb/node-mongodb-native/commit/f790cc181d87049e0018e1e5e859f90ee8156c0d))

## [6.7.0](https://github.com/mongodb/node-mongodb-native/compare/v6.6.2...v6.7.0) (2024-05-29)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb",
"version": "6.7.0",
"version": "6.8.0",
"description": "The official MongoDB driver for Node.js",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit c251ef6

Please sign in to comment.