diff --git a/bindings/node/CHANGELOG.md b/bindings/node/CHANGELOG.md index da5218d42..797c83d85 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. +### [1.2.6](https://github.com/mongodb/libmongocrypt/compare/node-v1.2.5...node-v1.2.6) (2021-07-01) + ### [1.2.5](https://github.com/mongodb/libmongocrypt/compare/node-v1.2.4...node-v1.2.5) (2021-06-10) ### [1.2.4](https://github.com/mongodb/libmongocrypt/compare/node-v1.2.3...node-v1.2.4) (2021-06-01) diff --git a/bindings/node/package-lock.json b/bindings/node/package-lock.json index d095f9d06..09e8b99cc 100644 --- a/bindings/node/package-lock.json +++ b/bindings/node/package-lock.json @@ -1,6 +1,6 @@ { "name": "mongodb-client-encryption", - "version": "1.2.5", + "version": "1.2.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/bindings/node/package.json b/bindings/node/package.json index 6a6c53c31..18d5c8a3e 100644 --- a/bindings/node/package.json +++ b/bindings/node/package.json @@ -1,6 +1,6 @@ { "name": "mongodb-client-encryption", - "version": "1.2.5", + "version": "1.2.6", "description": "Official client encryption module for the MongoDB Node.js driver", "main": "index.js", "types": "index.d.ts",