From 20917827be0212620b5f2b9e44df01858060a141 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 22 Aug 2024 06:35:53 +0000 Subject: [PATCH] Generated v5.8.0 --- CHANGELOG.md | 7 +++++++ lib/Configuration.php | 4 ++-- sig.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b958219..e9d64092 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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:** diff --git a/lib/Configuration.php b/lib/Configuration.php index 5d0aaf33..995b137d 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -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) @@ -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; diff --git a/sig.json b/sig.json index 67771c68..442b4f5b 100644 --- a/sig.json +++ b/sig.json @@ -1 +1 @@ -{"G": "01161630", "D": "80b361d0"} +{"G": "6c487eff", "D": "8fce7d1c"}