File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# DocuSign Admin Java Client Changelog
22See [ 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.
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments