From ca39d9b115dfc44cfb6db9f76bc8aef10a90f082 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Wed, 22 Feb 2023 00:12:02 +0000 Subject: [PATCH] ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.4.5 --- RELEASES.md | 10 +++++++++- gen.yaml | 4 ++-- src/SDK.php | 4 ++-- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 9f5acf8..1988b24 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -30,4 +30,12 @@ Based on: - OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml - Speakeasy CLI 1.4.2 https://github.com/speakeasy-api/speakeasy ### Releases -- [Composer v0.2.0] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.2.0 - . \ No newline at end of file +- [Composer v0.2.0] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.2.0 - . + +## Version 0.2.1 +### Changes +Based on: +- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml +- Speakeasy CLI 1.4.5 https://github.com/speakeasy-api/speakeasy +### Releases +- [Composer v0.2.1] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.2.1 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index 195cf4e..9f3912c 100644 --- a/gen.yaml +++ b/gen.yaml @@ -2,11 +2,11 @@ configVersion: 1.0.0 management: docChecksum: 2bba3b8f9d211b02569b3f9aff0d34b4 docVersion: 0.3.0 - speakeasyVersion: 1.4.2 + speakeasyVersion: 1.4.5 generation: telemetryEnabled: true sdkClassName: SDK php: - version: 0.2.0 + version: 0.2.1 namespace: Speakeasy\SpeakeasyClientSDK packageName: speakeasy-api/speakeasy-client-sdk-php diff --git a/src/SDK.php b/src/SDK.php index bfac84d..b1a2e96 100755 --- a/src/SDK.php +++ b/src/SDK.php @@ -29,8 +29,8 @@ class SDK private ?Models\Shared\Security $_security; private string $_serverUrl; private string $_language = "php"; - private string $_sdkVersion = "0.2.0"; - private string $_genVersion = "1.4.2"; + private string $_sdkVersion = "0.2.1"; + private string $_genVersion = "1.4.5"; public static function builder(): SDKBuilder {