diff --git a/bindings/node/CHANGELOG.md b/bindings/node/CHANGELOG.md index 72dd08f81..4c975ee3a 100644 --- a/bindings/node/CHANGELOG.md +++ b/bindings/node/CHANGELOG.md @@ -2,4 +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. +# [1.0.0-rc2.0](https://github.com/mongodb/libmongocrypt/compare/node-v1.0.0-rc1.0...1.0.0-rc2.0) (2019-12-04) + + + # [1.0.0-rc1.0](https://github.com/mongodb/libmongocrypt/compare/node-v1.0.0-rc0...1.0.0-rc1.0) (2019-12-04) diff --git a/bindings/node/package-lock.json b/bindings/node/package-lock.json index 6f20fc933..6f55f662f 100644 --- a/bindings/node/package-lock.json +++ b/bindings/node/package-lock.json @@ -1,6 +1,6 @@ { "name": "mongodb-client-encryption", - "version": "1.0.0-rc1.0", + "version": "1.0.0-rc2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/bindings/node/package.json b/bindings/node/package.json index fbc75699c..2bf9145df 100644 --- a/bindings/node/package.json +++ b/bindings/node/package.json @@ -1,6 +1,6 @@ { "name": "mongodb-client-encryption", - "version": "1.0.0-rc1.0", + "version": "1.0.0-rc2.0", "description": "Official client encryption module for the MongoDB Node.js driver", "main": "index.js", "directories": {