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 5ede227 commit 86ec052Copy full SHA for 86ec052
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.9.0] - eSignature API v2-20.2.02.02
5
+### Changed
6
+- Added support for version v2-20.2.02.02 of the DocuSign eSignature API.
7
+- Updated the SDK release version.
8
+
9
## [v4.8.0] - eSignature API v2-20.2.00
10
### Changed
11
- Added support for version v2-20.2.00 of the DocuSign eSignature API.
package.json
@@ -1,6 +1,6 @@
{
"name": "docusign-esign",
- "version": "4.9.0-rc1",
+ "version": "4.9.0",
"description": "DocuSign Node.js API client.",
"license": "MIT",
"main": "src/index.js",
0 commit comments