diff --git a/CHANGELOG.md b/CHANGELOG.md index 860b2c326..74b89eb0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes. +## [v6.5.1] - eSignature API v2.1-23.3.01.02 - 2023-11-15 +### Changed +- Rolled back the superagent-proxy package version from 3.0.0 to 2.0.0 +- Updated the SDK release version. + ## [v6.5.0] - eSignature API v2.1-23.3.01.02 - 2023-10-25 ### Changed - Added support for version v2.1-23.3.01.02 of the DocuSign ESignature API. diff --git a/package.json b/package.json index fe176f5ab..006ced32e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docusign-esign", - "version": "6.5.0", + "version": "6.5.1", "description": "DocuSign Node.js API client.", "license": "MIT", "main": "src/index.js", @@ -56,7 +56,7 @@ "passport-oauth2": "^1.6.1", "safe-buffer": "^5.1.2", "superagent": "3.8.2", - "superagent-proxy": "^3.0.0" + "superagent-proxy": "^2.0.0" }, "devDependencies": { "docdash": "0.4.0",