Skip to content

Commit f60b123

Browse files
jkohne-dsautomation
andauthored
Version 4.8.0 release (#205)
* Version 4.8.0-v2-20.2.00 release * Update CHANGELOG.md Co-authored-by: automation <[email protected]>
1 parent c0618b2 commit f60b123

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ auth-info.json
66
config.json
77
.idea/
88
npm-debug.log
9+
package-lock.json
10+
.swagger-codegen/

.swagger-codegen-ignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ git_push.sh
3030

3131
# Project files
3232
LICENSE
33-
package.json
3433
.travis.yml
3534
mocha.opts
3635

3736
# Specific src and test files
3837
docs/*.md
3938
test/*/*.spec.js
39+
test/assert-equals.js
4040
src/OAuth.js
4141
src/RestApi.js
4242
src/ApiClient.js

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# DocuSign Node Client Changelog
22

33
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
4+
## [v4.8.0] - eSignature API v2-20.2.00
5+
### Changed
6+
- Added support for version v2-20.2.00 of the DocuSign eSignature API.
7+
- Updated the SDK release version.
8+
- Updated/added properties for bulk update call
49

510
## [v4.7.0] - eSignature API v2-20.1.02
611
### Changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
commented out
1616
-->
1717

18-
19-
<p><h3>&#x26A0;&#xFE0F; This client library is for the legacy <code><a href=“https://developers.docusign.com/esign-rest-api“>eSignature API v2</a></code>.<p><h3>This version of the API will be subject to deprecation soon and the published client libraries for it are not actively maintained.</p><p>If you are still using this version, please upgrade to the v2.1 client library.</p>
20-
2118
## Requirements
2219
- Node 4
2320
- Free [Developer Sandbox](https://go.docusign.com/sandbox/productshot/?elqCampaignId=16531)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docusign-esign",
3-
"version": "4.8.0-rc1",
3+
"version": "4.8.0",
44
"description": "DocuSign Node.js API client.",
55
"license": "MIT",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)