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.
2 parents 6797086 + e3e5db0 commit 9d7a11fCopy full SHA for 9d7a11f
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
4
5
+## [v5.0.2] - 2019-07-12
6
+### Security
7
+- [CVE-2019-10744](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-10744).
8
+
9
## [v5.0.1] - 2019-06-25
10
### Removed
11
- Removed hardcoded test config values from test cases. Config values are now being read from env variables.
package.json
@@ -1,6 +1,6 @@
1
{
"name": "docusign-esign",
- "version": "5.0.1",
+ "version": "5.0.2",
"description": "DocuSign Node.js API client.",
"license": "MIT",
"main": "src/index.js",
0 commit comments