diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e1e352c..5c753b4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.2.0" + ".": "6.3.0" } diff --git a/HISTORY.md b/HISTORY.md index 6deb626..a497925 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. +## [6.3.0](https://github.com/mongodb-js/mongodb-client-encryption/compare/v6.2.0...v6.3.0) (2025-02-27) + + +### Features + +* **NODE-6773:** add multiple collinfo option ([#70](https://github.com/mongodb-js/mongodb-client-encryption/issues/70)) ([67dcf70](https://github.com/mongodb-js/mongodb-client-encryption/commit/67dcf70fb335e4832b0e1cae8f162448ab3e84f9)) + ## [6.2.0](https://github.com/mongodb-js/mongodb-client-encryption/compare/v6.1.1...v6.2.0) (2025-02-10) diff --git a/package-lock.json b/package-lock.json index 83194e6..b443317 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb-client-encryption", - "version": "6.2.0", + "version": "6.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb-client-encryption", - "version": "6.2.0", + "version": "6.3.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 12c925d..26f1066 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb-client-encryption", - "version": "6.2.0", + "version": "6.3.0", "description": "Official client encryption module for the MongoDB Node.js driver", "main": "lib/index.js", "types": "lib/index.d.ts",