diff --git a/bindings/node/CHANGELOG.md b/bindings/node/CHANGELOG.md index 539e8c80f..ebf23e19c 100644 --- a/bindings/node/CHANGELOG.md +++ b/bindings/node/CHANGELOG.md @@ -2,6 +2,10 @@ 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.1.0](https://github.com/mongodb/libmongocrypt/compare/node-v1.0.1...node-v1.1.0) (2020-06-23) + + + ## [1.0.1](https://github.com/mongodb/libmongocrypt/compare/node-v1.0.0...1.0.1) (2019-12-31) diff --git a/bindings/node/package-lock.json b/bindings/node/package-lock.json index ba14b7abd..a741be75f 100644 --- a/bindings/node/package-lock.json +++ b/bindings/node/package-lock.json @@ -1,6 +1,6 @@ { "name": "mongodb-client-encryption", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/bindings/node/package.json b/bindings/node/package.json index 78a4d59d8..e579a9f39 100644 --- a/bindings/node/package.json +++ b/bindings/node/package.json @@ -1,6 +1,6 @@ { "name": "mongodb-client-encryption", - "version": "1.0.1", + "version": "1.1.0", "description": "Official client encryption module for the MongoDB Node.js driver", "main": "index.js", "directories": {