diff --git a/bindings/node/CHANGELOG.md b/bindings/node/CHANGELOG.md index 968dbd92e..90f93fb7c 100644 --- a/bindings/node/CHANGELOG.md +++ b/bindings/node/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +## [2.8.0-alpha.0](https://github.com/mongodb/libmongocrypt/compare/node-v2.7.1...node-v2.8.0-alpha.0) (2023-04-04) + ### [2.7.1](https://github.com/mongodb/libmongocrypt/compare/node-v2.7.0...node-v2.7.1) (2023-03-20) ## [2.7.0](https://github.com/mongodb/libmongocrypt/compare/node-v2.7.0-alpha.0...node-v2.7.0) (2023-03-20) diff --git a/bindings/node/package-lock.json b/bindings/node/package-lock.json index 1ecff0906..003c31f35 100644 --- a/bindings/node/package-lock.json +++ b/bindings/node/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb-client-encryption", - "version": "2.7.1", + "version": "2.8.0-alpha.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mongodb-client-encryption", - "version": "2.7.1", + "version": "2.8.0-alpha.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/bindings/node/package.json b/bindings/node/package.json index 499fe15aa..c325ae174 100644 --- a/bindings/node/package.json +++ b/bindings/node/package.json @@ -1,6 +1,6 @@ { "name": "mongodb-client-encryption", - "version": "2.7.1", + "version": "2.8.0-alpha.0", "description": "Official client encryption module for the MongoDB Node.js driver", "main": "lib/index.js", "types": "index.d.ts",