Skip to content

Commit

Permalink
9.0.1-hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian-Montgomery-Klaviyo committed Jul 16, 2024
1 parent 5e6063f commit 5654fff
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

NOTE: For more granular API-specific changes, please see our [API Changelog](https://developers.klaviyo.com/en/docs/changelog_)

## [9.0.0] - revision 2024-07-15
## [9.0.1] - revision 2024-07-15

### Added

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Klaviyo PHP SDK

- SDK version: 9.0.0
- SDK version: 9.0.1
- API Revision: 2024-07-15

## Helpful Resources
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "klaviyo/api",
"version": "9.0.0",
"version": "9.0.1",
"description": "PHP SDK for Klaviyo's API.",
"keywords": [
"openapitools",
Expand Down
4 changes: 2 additions & 2 deletions lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class Configuration
*
* @var string
*/
protected $userAgent = 'klaviyo-api-php/9.0.0';
protected $userAgent = 'klaviyo-api-php/9.0.1';

/**
* Debug switch (default set to false)
Expand Down Expand Up @@ -434,7 +434,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: 2024-07-15' . PHP_EOL;
$report .= ' SDK Package Version: 9.0.0' . PHP_EOL;
$report .= ' SDK Package Version: 9.0.1' . PHP_EOL;
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;

return $report;
Expand Down

0 comments on commit 5654fff

Please sign in to comment.