Skip to content

Commit eecafd0

Browse files
chore(main): release 6.2.0
1 parent af9a3e7 commit eecafd0

4 files changed

+16
-4
lines changed

.release-please-manifest.json

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

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.2.0](https://github.com/mongodb-js/mongodb-client-encryption/compare/v6.1.1...v6.2.0) (2025-02-06)
6+
7+
8+
### Features
9+
10+
* **NODE-6695:** enable KMS retry protocol ([#60](https://github.com/mongodb-js/mongodb-client-encryption/issues/60)) ([d4b7ef7](https://github.com/mongodb-js/mongodb-client-encryption/commit/d4b7ef7fa7db4c8b6cd0c61570020ec0013d5a6c))
11+
12+
13+
### Bug Fixes
14+
15+
* set fail as instance method ([#62](https://github.com/mongodb-js/mongodb-client-encryption/issues/62)) ([92db995](https://github.com/mongodb-js/mongodb-client-encryption/commit/92db995edd61a4f0c1c9099c49bfeb77b589cfd4))
16+
517
## [6.1.1](https://github.com/mongodb-js/mongodb-client-encryption/compare/v6.1.0...v6.1.1) (2024-12-09)
618

719

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-client-encryption",
3-
"version": "6.1.1",
3+
"version": "6.2.0",
44
"description": "Official client encryption module for the MongoDB Node.js driver",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)