Skip to content

Commit 2914b20

Browse files
authored
Merge pull request #3 from docusign/1.0.0-BETA-v2.1-1.0.0
Version 1.0.0-BETA release
2 parents 7e42776 + 709ddf5 commit 2914b20

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

CHANGELOG.md

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

4+
## [v1.0.0-BETA] - Admin API v2.1-1.0.0 - 2021-08-30
5+
### Changed
6+
- Updated the SDK release version.
7+
48
## [v1.0.0-RC3] - Admin API v2.1-1.0.0 - 2021-08-06
59
### Changed
6-
- Added support for version v2.1-1.0.0 of the DocuSign undefined API.
10+
- Added support for version v2.1-1.0.0 of the DocuSign Admin API.
711
- Updated the SDK release version.
812
### Fixed
913
- Used String for enum properties instead of Integer
1014

1115
## [v1.0.0-RC2] - Admin API v2.1-1.0.0 - 2021-07-29
1216
### Changed
13-
- Added support for version v2.1-1.0.0 of the DocuSign undefined API.
17+
- Added support for version v2.1-1.0.0 of the DocuSign Admin API.
1418
- Updated the SDK release version.
1519

1620
## [v1.0.0-RC1] - Admin API v2.1-1.0.0 - 2021-07-23

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Note: DocuSign uses **Eclipse** with **Maven** for testing purposes.
3535
<dependency>
3636
<groupId>com.docusign</groupId>
3737
<artifactId>docusign-admin-java</artifactId>
38-
<version>1.0.0-RC3</version>
38+
<version>1.0.0-BETA</version>
3939
</dependency>
4040
```
4141

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 = '1.0.0-RC3'
5+
version = '1.0.0-BETA'
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-admin-java</artifactId>
55
<packaging>jar</packaging>
66
<name>docusign-admin-java</name>
7-
<version>1.0.0-RC3</version>
7+
<version>1.0.0-BETA</version>
88
<description>The official DocuSign Admin Java client provides libraries for Java application integration with DocuSign Admin API. It is recommended that you use this version of the library for new development.</description>
99
<url>https://developers.docusign.com</url>
1010

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public ApiClient() {
8080
this.dateFormat = new RFC3339DateFormat();
8181

8282
// Set default User-Agent.
83-
setUserAgent("Swagger-Codegen/1.0.0-RC3/java");
83+
setUserAgent("Swagger-Codegen/1.0.0-BETA/java");
8484

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

0 commit comments

Comments
 (0)