diff --git a/CHANGELOG.md b/CHANGELOG.md index e1c71945..f55d9b79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ 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. +## [3.3.0] - eSignature API v2.1-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. +* Changed the way the model takes in the parameters when more than 255 arguments, now works with python3 versions which were limiting it. Fix introduced again. (DCM-3701) + ## [3.2.0] - eSignature API v2.1-20.1.00 - 2020-03-27 ### Changed * Added support for version v2.1-20.1.00 of the DocuSign eSignature API. diff --git a/setup.py b/setup.py index 4746339b..79d3c63a 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ from setuptools import setup, find_packages, Command NAME = "docusign_esign" -VERSION = "3.3.0rc1" +VERSION = "3.3.0" # To install the library, run the following # # python setup.py install