Skip to content

Commit

Permalink
Version 2.9.0 release (#111)
Browse files Browse the repository at this point in the history
* Version 2.9.0-v2-21.1.01.03 release

* Update CHANGELOG.md

Co-authored-by: DevCenter-DocuSign <[email protected]>
  • Loading branch information
harsharahul and DevCenter-DocuSign authored Apr 28, 2021
1 parent 8bc36ee commit cff8317
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ 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.9.0] - eSignature API v2-21.1.01.03 - 2021-04-22
### Added
- Added new method `delete_connect_secret` to connect.
### Changed
- Added support for version v2-21.1.01.03 of the DocuSign eSignature API.
- Updated the SDK release version.
- Updated `user_agent` in configurations. Eg: `'Swagger-Codegen/v2.1/3.9.0rc1/python3'`.
- Updated test cases to remove printing sensitive info.

## [2.8.1] - eSignature API v2-20.4.01 - 2021-02-26
### Changed
- Added support for version v2-20.4.01 of the DocuSign eSignature API.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from setuptools import setup, find_packages, Command, os # noqa: H301

NAME = "docusign-esign"
VERSION = "2.9.0rc1"
VERSION = "2.9.0"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit cff8317

Please sign in to comment.