diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e5fc86c..aeda91d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.0.0-alpha.1" + ".": "7.0.0" } diff --git a/HISTORY.md b/HISTORY.md index 5d641b9..c8c9db5 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. +## [7.0.0](https://github.com/mongodb-js/mongodb-client-encryption/compare/v7.0.0-alpha.1...v7.0.0) (2025-11-05) + + +### Documentation + +* add comma ([#116](https://github.com/mongodb-js/mongodb-client-encryption/issues/116)) ([55c11d4](https://github.com/mongodb-js/mongodb-client-encryption/commit/55c11d4ef01161198bb3f954fc345441d1a0ed77)) + ## [7.0.0-alpha.1](https://github.com/mongodb-js/mongodb-client-encryption/compare/v7.0.0-alpha...v7.0.0-alpha.1) (2025-10-02) diff --git a/package-lock.json b/package-lock.json index 4a0bff7..7b91381 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb-client-encryption", - "version": "7.0.0-alpha.1", + "version": "7.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mongodb-client-encryption", - "version": "7.0.0-alpha.1", + "version": "7.0.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index f0c4aae..400d7d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mongodb-client-encryption", - "version": "7.0.0-alpha.1", + "version": "7.0.0", "description": "Official client encryption module for the MongoDB Node.js driver", "main": "lib/index.js", "types": "lib/index.d.ts",