Skip to content

Commit 2c204a2

Browse files
garg-muditroot
andauthored
Version 2.0.0-v2.1-1.4.1 release (#17)
Co-authored-by: root <root@devcenteradmin.docusigntest.com>
1 parent 4415290 commit 2c204a2

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

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

4+
## [v2.0.0] - Admin API v2.1-1.4.1 - 2024-10-28
5+
### Changed
6+
- Added support for version v2.1-1.4.1 of the DocuSign Admin API.
7+
- Removed the staging base path and OAuth path constant.
8+
- Updated the SDK release version.
9+
410
## [v2.0.0-RC2] - Admin API v2.1-1.4.1 - 2024-10-22
511
### Changed
612
- Added support for version v2.1-1.4.1 of the DocuSign Admin API.

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-admin-java</artifactId>
60-
<version>2.0.0-RC2</version>
60+
<version>2.0.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-admin-java</artifactId>
66
<packaging>jar</packaging>
77
<name>docusign-admin-java</name>
8-
<version>2.0.0-RC2</version>
8+
<version>2.0.0</version>
99
<url>https://developers.docusign.com</url>
1010
<description>The Docusign Admin API enables you to automate user management with your existing systems while ensuring governance and compliance.</description>
1111

src/main/java/com/docusign/admin/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/2.0.0-RC2/Java/" + javaVersion);
96+
setUserAgent("Swagger-Codegen/v2.1/2.0.0/Java/" + javaVersion);
9797

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

0 commit comments

Comments
 (0)