Skip to content

Commit

Permalink
Version 6.19.0-v2.1-23.4.02.00 release (#219)
Browse files Browse the repository at this point in the history
Co-authored-by: root <[email protected]>
  • Loading branch information
asif-docusign and root authored Apr 30, 2024
1 parent b74a1fc commit 855615f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.

See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.

## [v6.19.0] - eSignature API v2.1-23.4.02.00 - 2024-04-30
### Changed
- Added support for version v2.1-23.4.02.00 of the DocuSign ESignature API.
- Updated the SDK release version.
- Adjusted the minimum required firebase/php-jwt package version to 6.0.

## [v6.19.0-rc2] - eSignature API v2.1-23.4.02.00 - 2024-03-15
### Changed
- Added support for version v2.1-23.4.02.00 of the DocuSign ESignature API.
Expand Down
4 changes: 2 additions & 2 deletions src/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class Configuration
*
* @var string
*/
protected $userAgent = 'Swagger-Codegen/v2.1/6.19.0-rc2/php/' . PHP_VERSION;
protected $userAgent = 'Swagger-Codegen/v2.1/6.19.0/php/' . PHP_VERSION;

/**
* Debug switch (default set to false)
Expand Down Expand Up @@ -774,7 +774,7 @@ public static function toDebugReport()
$report .= ' OS: ' . php_uname() . PHP_EOL;
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
$report .= ' OpenAPI Spec Version: v2.1' . PHP_EOL;
$report .= ' SDK Package Version: 6.19.0-rc2' . PHP_EOL;
$report .= ' SDK Package Version: 6.19.0' . PHP_EOL;
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;

return $report;
Expand Down

0 comments on commit 855615f

Please sign in to comment.