Skip to content

Commit

Permalink
Generated v5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 22, 2024
1 parent e00b245 commit 2091782
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [v5.8.0](https://github.com/fastly/fastly-php/releases/tag/release/v5.8.0) (2024-08-21)

**Bug fixes:**

- bugfix(py): Add dependencies to pyproject.toml.
- fix(billing): make rate-per-unit nullable

## [v5.7.0](https://github.com/fastly/fastly-php/releases/tag/release/v5.7.0) (2024-08-08)

**Bug fixes:**
Expand Down
4 changes: 2 additions & 2 deletions lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class Configuration
*
* @var string
*/
protected $userAgent = 'fastly-php/5.7.0';
protected $userAgent = 'fastly-php/5.8.0';

/**
* Debug switch (default set to false)
Expand Down Expand Up @@ -453,7 +453,7 @@ public static function toDebugReport()
$report .= ' OS: ' . php_uname() . PHP_EOL;
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
$report .= ' The version of the schema document: 1.0.0' . PHP_EOL;
$report .= ' SDK Package Version: 5.7.0' . PHP_EOL;
$report .= ' SDK Package Version: 5.8.0' . PHP_EOL;
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;

return $report;
Expand Down
2 changes: 1 addition & 1 deletion sig.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"G": "01161630", "D": "80b361d0"}
{"G": "6c487eff", "D": "8fce7d1c"}

0 comments on commit 2091782

Please sign in to comment.