Skip to content

Commit 7899639

Browse files
aditicodessroot
andauthored
Version 6.1.0-v2.1-25.1.00.02 release (#295)
Co-authored-by: root <[email protected]>
1 parent 5eca4f0 commit 7899639

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

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

4-
## [v6.1.0-RC1] - eSignature API v2.1-25.1.00.02 - 2025-04-04
4+
## [v6.1.0] - eSignature API v2.1-25.1.00.02 - 2025-04-24
5+
### Changed
6+
- Added support for version v2.1-25.1.00.02 of the DocuSign ESignature API.
7+
- Updated the SDK release version.
8+
9+
## [v6.1.0-RC1] - eSignature API v2.1-25.1.00.02 - 2025-04-15
510
### Changed
611
- Added support for version v2.1-25.1.00.02 of the DocuSign ESignature API.
712
- Updated the SDK release version.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ This client SDK is provided as open source, which enables you to customize its f
5757
<dependency>
5858
<groupId>com.docusign</groupId>
5959
<artifactId>docusign-esign-java</artifactId>
60-
<version>6.1.0-RC1</version>
60+
<version>6.1.0</version>
6161
</dependency>
6262
```
6363
8. If your project is still open, restart Eclipse.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>docusign-esign-java</artifactId>
66
<packaging>jar</packaging>
77
<name>docusign-esign-java</name>
8-
<version>6.1.0-RC1</version>
8+
<version>6.1.0</version>
99
<url>https://developers.docusign.com</url>
1010
<description>The official Docusign eSignature JAVA client is based on version 2.1 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>
1111

src/main/java/com/docusign/esign/client/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public ApiClient() {
9393
String javaVersion = System.getProperty("java.version");
9494

9595
// Set default User-Agent.
96-
setUserAgent("Swagger-Codegen/v2.1/6.1.0-RC1/Java/" + javaVersion);
96+
setUserAgent("Swagger-Codegen/v2.1/6.1.0/Java/" + javaVersion);
9797

9898
// Setup authentications (key: authentication name, value: authentication).
9999
authentications = new HashMap<String, Authentication>();

0 commit comments

Comments
 (0)