diff --git a/RELEASES.md b/RELEASES.md new file mode 100644 index 0000000..6cd698b --- /dev/null +++ b/RELEASES.md @@ -0,0 +1,9 @@ + + +## Version 0.1.0 +### Changes +Based on: +- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml +- Speakeasy CLI 1.3.1 https://github.com/speakeasy-api/speakeasy +### Releases +- [Composer v0.1.0] https://packagist.org/packages/speakeasy-api/speakeasy-client-sdk-php#v0.1.0 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index 1df90eb..e105e08 100644 --- a/gen.yaml +++ b/gen.yaml @@ -1,5 +1,9 @@ +management: + openapi-checksum: 2bba3b8f9d211b02569b3f9aff0d34b4 + openapi-version: 0.3.0 + speakeasy-version: 1.3.1 php: - version: 0.0.2 - packagename: speakeasy-api/speakeasy-client-sdk-php - namespace: Speakeasy\SpeakeasyClientSDK + version: 0.1.0 + packagename: speakeasy-api/speakeasy-client-sdk-php + namespace: Speakeasy\SpeakeasyClientSDK telemetryenabled: true diff --git a/src/SDK.php b/src/SDK.php index 19001c7..9eab99e 100755 --- a/src/SDK.php +++ b/src/SDK.php @@ -28,8 +28,8 @@ class SDK private ?models\shared\Security $_security; private string $_serverUrl; private string $_language = "php"; - private string $_sdkVersion = "0.0.2"; - private string $_genVersion = "0.0.1"; + private string $_sdkVersion = "0.1.0"; + private string $_genVersion = "1.3.1"; public static function builder(): SDKBuilder {