diff --git a/CHANGELOG.md b/CHANGELOG.md index 2559300..4dcaa17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/gopad/gopad-php/compare/v1.1.0...v1.2.0) (2024-06-03) + + +### Features + +* automated openapi client update ([d67c55c](https://github.com/gopad/gopad-php/commit/d67c55cbcea323df21a416b87a1261d53c4d384e)) + ## [1.1.0](https://github.com/gopad/gopad-php/compare/v1.0.0...v1.1.0) (2024-06-02) diff --git a/README.md b/README.md index f41c5a8..210d273 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository provides a client SDK for PHP. This SDK is automatically generated by the [OpenAPI Generator][generator] project: - API version: 1.0.0-alpha1 -- Package version: 1.1.0 +- Package version: 1.2.0 - Build package: org.openapitools.codegen.languages.PhpClientCodegen For more information, please visit [https://gopad.eu](https://gopad.eu) diff --git a/composer.json b/composer.json index 2419d56..28c7768 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "gopad/gopad-php", - "version": "1.1.0", + "version": "1.2.0", "type": "library", "description": "OpenAPI client for Gopad", "keywords": [ diff --git a/lib/Configuration.php b/lib/Configuration.php index b32f151..c14c3bb 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -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: 1.0.0-alpha1' . PHP_EOL; - $report .= ' SDK Package Version: 1.1.0' . PHP_EOL; + $report .= ' SDK Package Version: 1.2.0' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report; diff --git a/openapi.yml b/openapi.yml index 7d94bd2..46e1064 100644 --- a/openapi.yml +++ b/openapi.yml @@ -2,6 +2,6 @@ invokerPackage: Gopad packageName: gopad variableNamingConvention: camelCase -artifactVersion: 1.1.0 +artifactVersion: 1.2.0 ...