Skip to content

Commit

Permalink
chore: release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jun 3, 2024
1 parent d67c55c commit 3992f7d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gopad/gopad-php",
"version": "1.1.0",
"version": "1.2.0",
"type": "library",
"description": "OpenAPI client for Gopad",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
invokerPackage: Gopad
packageName: gopad
variableNamingConvention: camelCase
artifactVersion: 1.1.0
artifactVersion: 1.2.0

...

0 comments on commit 3992f7d

Please sign in to comment.