Skip to content

Commit 3682c0d

Browse files
authored
Merge pull request #7 from docusign/2.0.0-v2.1-1.1.0
Version 2.0.0 release
2 parents ff08740 + e7b3418 commit 3682c0d

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
44

55

6+
## [v2.0.0] - Admin API v2.1-1.1.0 - 2023-01-23
7+
### Breaking
8+
- Deprecating Node versions <12
9+
### Security
10+
- Update jsonwebtoken package to 9.0.0 addressing CVE-2022-23529
11+
12+
### Changed
13+
- Added support for version v2.1-1.1.0 of the DocuSign Admin API.
14+
- Updated the SDK release version.
15+
616
## [v1.1.0] - Admin API v2.1-1.1.0 - 2022-04-26
717
### Changed
818
- Added support for version v2.1-1.1.0 of the DocuSign Admin API.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This client has the following external dependencies:
4848
### Optional:
4949

5050
- Async v2.6.2
51-
- Jsonwebtoken v8.2.0
51+
- Jsonwebtoken v9.0.0
5252
- Passport-oauth2
5353
- Path
5454

@@ -82,4 +82,4 @@ The DocuSign Admin Node Client is licensed under the [MIT License](https://githu
8282
[travis-image]: https://img.shields.io/travis/docusign/docusign-admin-node-client.svg?style=flat
8383
[travis-url]: https://travis-ci.org/docusign/docusign-admin-node-client
8484
[coveralls-image]: https://coveralls.io/repos/github/docusign/docusign-admin-node-client/badge.svg?branch=master
85-
[coveralls-url]: https://coveralls.io/github/docusign/docusign-odmin-node-client?branch=master
85+
[coveralls-url]: https://coveralls.io/github/docusign/docusign-admin-node-client?branch=master

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docusign-admin",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "The DocuSign Admin API enables you to automate user management with your existing systems while ensuring governance and compliance.",
55
"license": "MIT",
66
"main": "src/index.js",
@@ -52,7 +52,7 @@
5252
},
5353
"dependencies": {
5454
"csv-stringify": "^1.0.0",
55-
"jsonwebtoken": "8.2.0",
55+
"jsonwebtoken": "^9.0.0",
5656
"passport-oauth2": "^1.6.1",
5757
"safe-buffer": "^5.1.2",
5858
"superagent": "3.8.2"

0 commit comments

Comments
 (0)