Skip to content

Commit cb3bb15

Browse files
garg-muditroot
andauthored
Version 8.1.0-v2.1-25.1.00.02 release (#372)
Co-authored-by: root <[email protected]>
1 parent 7a15fda commit cb3bb15

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

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

44

5+
## [v8.1.0] - eSignature API v2.1-25.1.00.02 - 2025-04-28
6+
### Changed
7+
- Added support for version v2.1-25.1.00.02 of the DocuSign ESignature API.
8+
- Updated the SDK release version.
9+
510
## [v8.1.0-rc1] - eSignature API v2.1-25.1.00.02 - 2025-04-14
611
### Changed
712
- Added support for version v2.1-25.1.00.02 of the DocuSign ESignature API.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This client SDK is provided as open source, which enables you to customize its f
3232
<a id="versionInformation"></a>
3333
### Version Information
3434
- **API version**: v2.1
35-
- **Latest SDK version**: 8.1.0-rc1
35+
- **Latest SDK version**: 8.1.0
3636

3737
<a id="requirements"></a>
3838
## Requirements

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": "8.1.0-rc1",
3+
"version": "8.1.0",
44
"description": "Docusign Node.js API client.",
55
"license": "MIT",
66
"main": "src/index.js",

src/ApiClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
this.defaultHeaders = {
182182
"X-DocuSign-SDK": "Node",
183183
"Node-Ver": process.version,
184-
"User-Agent": `Swagger-Codegen/v2.1/8.1.0-rc1/node/${process.version}`,
184+
"User-Agent": `Swagger-Codegen/v2.1/8.1.0/node/${process.version}`,
185185
};
186186

187187
opts = {...defaults, ...opts};

0 commit comments

Comments
 (0)