You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,12 @@ See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for
7
7
### Changed
8
8
- Updated the package with the latest API monthly release.
9
9
10
-
## [2.6.0] - 2018-05-16
11
10
11
+
## [2.6.1] - 2018-06-06
12
+
### Security
13
+
- Forced support of TLS v1.2. See [this post](https://support.docusign.com/en/articles/End-of-TLS-1-0-and-weak-cipher-support) on the DocuSign Support Center for more information.
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ You can sign up for a free [developer sandbox](https://developers.docusign.com/)
8
8
Requirements
9
9
============
10
10
11
-
Java 1.7 or later.
11
+
Java 1.7 or later.
12
12
13
13
Installation
14
14
============
@@ -21,7 +21,7 @@ Add this dependency to your project's POM:
21
21
<dependency>
22
22
<groupId>com.docusign</groupId>
23
23
<artifactId>docusign-esign-java</artifactId>
24
-
<version>2.6.0</version>
24
+
<version>2.6.1</version>
25
25
</dependency>
26
26
```
27
27
@@ -30,7 +30,7 @@ Add this dependency to your project's POM:
30
30
Add this dependency to your project's build file:
31
31
32
32
```groovy
33
-
compile "com.docusign:docusign-esign-java:2.6.0"
33
+
compile "com.docusign:docusign-esign-java:2.6.1"
34
34
```
35
35
36
36
#### Dependencies
@@ -73,8 +73,8 @@ android {
73
73
74
74
This client is available through the following Java package managers:
75
75
76
-
-[Nexus Repository Manager](https://oss.sonatype.org/#nexus-search;quick~docusign-esign-java) (oss.sonatype.org). You can search for com.docusign or docusign-esign-java. The current version is 2.6.0.
77
-
-[JFrog Bintray](https://bintray.com/dsdevcenter/maven/docusign-esign-java) (bintray.com). You can search for com.docusign or docusign-esign-java. The current version is 2.6.0.
76
+
-[Nexus Repository Manager](https://oss.sonatype.org/#nexus-search;quick~docusign-esign-java) (oss.sonatype.org). You can search for com.docusign or docusign-esign-java. The current version is 2.6.1.
77
+
-[JFrog Bintray](https://bintray.com/dsdevcenter/maven/docusign-esign-java) (bintray.com). You can search for com.docusign or docusign-esign-java. The current version is 2.6.1.
Copy file name to clipboardExpand all lines: pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
<artifactId>docusign-esign-java</artifactId>
6
6
<packaging>jar</packaging>
7
7
<name>docusign-esign-java</name>
8
-
<version>2.6.0</version>
8
+
<version>2.6.1</version>
9
9
<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>
0 commit comments