From 5f598700520b4e6644c3a3ea711f6a5efa5bcf09 Mon Sep 17 00:00:00 2001 From: jkohne-ds <43390127+jkohne-ds@users.noreply.github.com> Date: Thu, 22 Jul 2021 16:20:56 -0400 Subject: [PATCH] Version 5.11.0-v2.1-21.2.00.00 release (#259) Co-authored-by: DevCenter-DocuSign --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5fcde142..b307f0c25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # DocuSign Node Client Changelog - See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes. + +## [v5.11.0] - eSignature API v2.1-21.2.00.00 +### Changed +- Added support for version v2.1-21.2.00.00 of the DocuSign eSignature API. +- Updated the SDK release version. + ## [v5.10.0] - eSignature API v2.1-21.1.02.00 ### Breaking - Removed methods `getAccountSettingsExport`,`getSealProviders` from Accounts. diff --git a/package.json b/package.json index b84e70622..c98a41bbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docusign-esign", - "version": "5.11.0-rc1", + "version": "5.11.0", "description": "DocuSign Node.js API client.", "license": "MIT", "main": "src/index.js",