Skip to content

Commit 2a1c215

Browse files
Version 2.20.0 release (#189)
* Version 2.20.0-v2-21.1.01.03 release * Moving forward we will provide detailed changelog Co-authored-by: DevCenter-DocuSign <[email protected]>
1 parent a7ed296 commit 2a1c215

File tree

6 files changed

+14
-7
lines changed

6 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# DocuSign Java Client Changelog
22
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
33

4+
## [v2.20.0] - eSignature API v2-21.1.01.03 - 2021-04-26
5+
### Added
6+
- Added new method `deleteConnectSecret` to connect.
7+
### Changed
8+
- Added support for version v2-21.1.01.03 of the DocuSign eSignature API.
9+
- Updated the SDK release version.
10+
411
## [v2.20.0-RC1] - eSignature API v2-21.1.01 - 2021-04-13
512
### Changed
613
- Added support for version v2-21.1.01 of the DocuSign eSignature API.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This SDK is provided as open source, which enables you to customize its function
2929
<dependency>
3030
<groupId>com.docusign</groupId>
3131
<artifactId>docusign-esign-java</artifactId>
32-
<version>2.20.0-RC1</version>
32+
<version>2.20.0</version>
3333
</dependency>
3434
```
3535
8. If your project is still open, restart Eclipse.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'idea'
22
apply plugin: 'eclipse'
33

44
group = 'com.docusign'
5-
version = '2.20.0-RC1'
5+
version = '2.20.0'
66

77
buildscript {
88
repositories {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>docusign-esign-java</artifactId>
55
<packaging>jar</packaging>
66
<name>docusign-esign-java</name>
7-
<version>2.20.0-RC1</version>
7+
<version>2.20.0</version>
88
<description>The official DocuSign eSignature JAVA client is based on version 2 of the DocuSign REST API and provides libraries for JAVA application integration. It is recommended that you use this version of the library for new development.</description>
99
<url>https://developers.docusign.com</url>
1010

0 commit comments

Comments
 (0)