diff --git a/composer.json b/composer.json index 5c724b2cf..72dcae5bf 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "jlevers/selling-partner-api", - "version": "2.0.5", + "version": "2.0.6", "description": "PHP client for Amazon's Selling Partner API", "keywords": [ "api", diff --git a/lib/Configuration.php b/lib/Configuration.php index 8484bda49..aa21266c6 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -62,7 +62,7 @@ class Configuration * * @var string */ - protected $userAgent = 'SellingPartnerAPI/2.0.5 (Language=PHP)'; + protected $userAgent = 'SellingPartnerAPI/2.0.6 (Language=PHP)'; /** * Debug switch (default set to false) @@ -383,7 +383,7 @@ public static function toDebugReport() $report .= ' OS: ' . php_uname() . PHP_EOL; $report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL; $report .= ' The version of the OpenAPI document: 2020-11-01' . PHP_EOL; - $report .= ' SDK Package Version: 2.0.5' . PHP_EOL; + $report .= ' SDK Package Version: 2.0.6' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report;