Skip to content

Commit 7cac409

Browse files
chore(main): release 6.8.0 [skip-ci]
1 parent f790cc1 commit 7cac409

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

Diff for: .release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.7.0"
2+
".": "6.8.0"
33
}

Diff for: HISTORY.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

5+
## [6.8.0](https://github.com/mongodb/node-mongodb-native/compare/v6.7.0...v6.8.0) (2024-06-04)
6+
7+
8+
### Features
9+
10+
* **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))
11+
12+
13+
### Bug Fixes
14+
15+
* **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))
16+
517
## [6.7.0](https://github.com/mongodb/node-mongodb-native/compare/v6.6.2...v6.7.0) (2024-05-29)
618

719

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb",
3-
"version": "6.7.0",
3+
"version": "6.8.0",
44
"description": "The official MongoDB driver for Node.js",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)