Skip to content

Commit 67c9c9f

Browse files
authored
Merge pull request #14 from docusign/1.4.2-v2.1-1.3.0
Version 1.4.2 release
2 parents 99f6b8d + 093cd6a commit 67c9c9f

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

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

4-
## [v1.4.2-rc1] - Admin API v2.1-1.3.0 - 2024-03-18
4+
## [v1.4.2] - Admin API v2.1-1.3.0 - 2024-04-22
55
### Changed
66
- Adjusted the minimum required firebase/php-jwt package version to 6.0.
7+
- Updated the SDK release version.
78

9+
## [v1.4.2-rc1] - Admin API v2.1-1.3.0 - 2024-03-18
10+
### Changed
11+
- Adjusted the minimum required firebase/php-jwt package version to 6.0.
812

913
## [v1.4.1] - Admin API v2.1-1.3.0 - 2023-10-20
1014
### Changed

src/Configuration.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class Configuration
9090
*
9191
* @var string
9292
*/
93-
protected $host = 'https://api.docusign.net/Management';
93+
protected $host = 'https://api.docusign.net/management';
9494

9595
/**
9696
* Timeout (second) of the HTTP request, by default set to 0, no timeout
@@ -111,7 +111,7 @@ class Configuration
111111
*
112112
* @var string
113113
*/
114-
protected $userAgent = 'Swagger-Codegen/v2.1/1.4.2-rc1/php/' . PHP_VERSION;
114+
protected $userAgent = 'Swagger-Codegen/v2.1/1.4.2/php/' . PHP_VERSION;
115115

116116
/**
117117
* Debug switch (default set to false)
@@ -774,7 +774,7 @@ public static function toDebugReport()
774774
$report .= ' OS: ' . php_uname() . PHP_EOL;
775775
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
776776
$report .= ' OpenAPI Spec Version: v2.1' . PHP_EOL;
777-
$report .= ' SDK Package Version: 1.4.2-rc1' . PHP_EOL;
777+
$report .= ' SDK Package Version: 1.4.2' . PHP_EOL;
778778
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
779779

780780
return $report;

0 commit comments

Comments
 (0)