diff --git a/README.md b/README.md index 30db99c2d..6d8a26a43 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ To install the API client with composer, add the following to your composer.json { "require": { - "bitmovin/bitmovin-api-sdk-php": "1.189.0" + "bitmovin/bitmovin-api-sdk-php": "1.190.0" } } ``` @@ -49,7 +49,7 @@ Then run `php composer.phar install` OR -run the following command: `php composer.phar require bitmovin/bitmovin-api-sdk-php:1.189.0` +run the following command: `php composer.phar require bitmovin/bitmovin-api-sdk-php:1.190.0` ## Initialization diff --git a/composer.json b/composer.json index 0176e52a5..b603236e5 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "bitmovin/bitmovin-api-sdk-php", "description": "This is the Bitmovin API SDK for PHP", - "version": "1.189.0", + "version": "1.190.0", "authors": [ { "name": "Bitmovin Inc", diff --git a/docs/index.html b/docs/index.html index 8394db7e7..444ae6109 100644 --- a/docs/index.html +++ b/docs/index.html @@ -34,7 +34,7 @@

Software Documentation

Build

-

Wed, 03 Apr 2024 09:37:28 +0000

+

Tue, 16 Apr 2024 09:53:45 +0000

VCS Info

tag:
diff --git a/src/Common/Middleware/CustomApiHeaders.php b/src/Common/Middleware/CustomApiHeaders.php index a439b6d0a..0ad35f7a0 100644 --- a/src/Common/Middleware/CustomApiHeaders.php +++ b/src/Common/Middleware/CustomApiHeaders.php @@ -17,7 +17,7 @@ public function __construct(string $apiKey, ?string $tenantOrgId) 'Content-Type' => 'application/json', 'X-Api-Key' => $apiKey, 'X-Api-Client' => 'bitmovin-api-sdk-php', - 'X-Api-Client-Version' => '1.189.0', + 'X-Api-Client-Version' => '1.190.0', ]; if ($tenantOrgId !== null) {