Skip to content

Commit 19ac6f8

Browse files
Version 3.14.0-RC1-v2.1-21.2.00.00 release (#201)
Co-authored-by: DevCenter-DocuSign <[email protected]>
1 parent 537ea04 commit 19ac6f8

32 files changed

+5620
-398
lines changed

CHANGELOG.md

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

4+
## [v3.14.0-RC1] - eSignature API v2.1-21.2.00.00 - 2021-07-09
5+
### Changed
6+
- Added support for version v2.1-21.2.00.00 of the DocuSign eSignature API.
7+
- Updated the SDK release version.
8+
49
## [v3.13.1] - eSignature API v2.1-21.1.02.00 - 2021-07-07
510
### Fixed
611
- Issue [`#194`](https://github.com/docusign/docusign-java-client/issues/194): Error Reading Entity from Input Stream. (DCM-5802)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This SDK is provided as open source, which enables you to customize its function
2727
<dependency>
2828
<groupId>com.docusign</groupId>
2929
<artifactId>docusign-esign-java</artifactId>
30-
<version>3.13.1</version>
30+
<version>3.14.0-RC1</version>
3131
</dependency>
3232
```
3333
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 = '3.13.1'
5+
version = '3.14.0-RC1'
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>3.13.1</version>
7+
<version>3.14.0-RC1</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)