We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a682ca commit e099534Copy full SHA for e099534
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# DocuSign Node Client Changelog
2
3
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
4
+## [v4.10.0] - eSignature API v2-20.3.00
5
+### Changed
6
+- Added support for version v2-20.3.00 of the DocuSign eSignature API.
7
+- Updated the SDK release version.
8
+
9
## [v4.9.0] - eSignature API v2-20.2.02.02
10
### Changed
11
- Added support for version v2-20.2.02.02 of the DocuSign eSignature API.
package.json
@@ -1,6 +1,6 @@
{
"name": "docusign-esign",
- "version": "4.10.0-rc1",
+ "version": "4.10.0",
"description": "DocuSign Node.js API client.",
"license": "MIT",
"main": "src/index.js",
0 commit comments