Skip to content

Commit 1ac0db6

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 b788b86 commit 1ac0db6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
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+
- Updated the SDK release version.
8+
49
## [v2.0.0-rc2] - Admin API v2.1-1.4.1 - 2024-10-22
510
### Changed
611
- Added support for version v2.1-1.4.1 of the DocuSign Admin API.

src/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class Configuration
111111
*
112112
* @var string
113113
*/
114-
protected $userAgent = 'Swagger-Codegen/v2.1/2.0.0-rc2/php/' . PHP_VERSION;
114+
protected $userAgent = 'Swagger-Codegen/v2.1/2.0.0/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: 2.0.0-rc2' . PHP_EOL;
777+
$report .= ' SDK Package Version: 2.0.0' . PHP_EOL;
778778
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
779779

780780
return $report;

0 commit comments

Comments
 (0)