diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e2abc2a..9a916e50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes. +## [2.4.0] - eSignature API v2-20.1.02 - 2020-06-02 +### Changed +* Added support for version v2.1-20.1.02 of the DocuSign eSignature API. +* Updated the SDK release version. + ## [2.3.0] - eSignature API v2-20.1.00 - 2020-03-27 ### Changed * Added support for version v2-20.1.00 of the DocuSign eSignature API. diff --git a/setup.py b/setup.py index b939e624..75810c5f 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ from setuptools import setup, find_packages NAME = "docusign_esign" -VERSION = "2.4.0rc1" +VERSION = "2.4.0" # To install the library, run the following # # python setup.py install