Skip to content

Commit 7670a67

Browse files
author
root
committed
Version 2.0.0-v2.1-1.1.0 release
1 parent ff08740 commit 7670a67

3 files changed

Lines changed: 15 additions & 5 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: 3 additions & 3 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

@@ -77,9 +77,9 @@ The DocuSign Admin Node Client is licensed under the [MIT License](https://githu
7777

7878
[npm-image]: https://img.shields.io/npm/v/docusign-admin.svg?style=flat
7979
[npm-url]: https://npmjs.org/package/docusign-admin
80-
[downloads-image]: https://img.shields.io/npm/dm/docusign-admin.svg?style=flat
80+
[downloads-image]: https://img.shields.io/npm/dm/docusign-orgadmin.svg?style=flat
8181
[downloads-url]: https://npmjs.org/package/docusign-admin
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)