Skip to content

Commit 855615f

Browse files
asif-docusignroot
and
root
authored
Version 6.19.0-v2.1-23.4.02.00 release (#219)
Co-authored-by: root <[email protected]>
1 parent b74a1fc commit 855615f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
33

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

6+
## [v6.19.0] - eSignature API v2.1-23.4.02.00 - 2024-04-30
7+
### Changed
8+
- Added support for version v2.1-23.4.02.00 of the DocuSign ESignature API.
9+
- Updated the SDK release version.
10+
- Adjusted the minimum required firebase/php-jwt package version to 6.0.
11+
612
## [v6.19.0-rc2] - eSignature API v2.1-23.4.02.00 - 2024-03-15
713
### Changed
814
- Added support for version v2.1-23.4.02.00 of the DocuSign ESignature 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/6.19.0-rc2/php/' . PHP_VERSION;
114+
protected $userAgent = 'Swagger-Codegen/v2.1/6.19.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: 6.19.0-rc2' . PHP_EOL;
777+
$report .= ' SDK Package Version: 6.19.0' . PHP_EOL;
778778
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
779779

780780
return $report;

0 commit comments

Comments
 (0)