Skip to content

Commit 08e447f

Browse files
chore: release 2.1.0
1 parent bd5afac commit 08e447f

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/gopad/gopad-php/compare/v2.0.0...v2.1.0) (2025-02-24)
4+
5+
6+
### Features
7+
8+
* automated openapi client update ([bd5afac](https://github.com/gopad/gopad-php/commit/bd5afac66eee6bf725bca26f4a0a338b0e0b6162))
9+
* automated openapi client update ([9800f46](https://github.com/gopad/gopad-php/commit/9800f46c6679fc3d2f623fee7c640aa0cf8563c8))
10+
* entirely regenerate client locally ([d88b0ba](https://github.com/gopad/gopad-php/commit/d88b0ba9d4780fcb2b8b5071dcf5fa32c9db6ef9))
11+
312
## [2.0.0](https://github.com/gopad/gopad-php/compare/v1.3.0...v2.0.0) (2025-02-10)
413

514

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository provides a client SDK for PHP. This SDK is automatically
66
generated by the [OpenAPI Generator][generator] project:
77

88
- API version: 1.0.0-alpha1
9-
- Package version: 2.0.0
9+
- Package version: 2.1.0
1010
- Build package: org.openapitools.codegen.languages.PhpClientCodegen
1111

1212
For more information, please visit [https://gopad.eu](https://gopad.eu)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gopad/gopad-php",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"type": "library",
55
"description": "OpenAPI client for Gopad",
66
"keywords": [

lib/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ public static function toDebugReport()
434434
$report .= ' OS: ' . php_uname() . PHP_EOL;
435435
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
436436
$report .= ' The version of the OpenAPI document: 1.0.0-alpha1' . PHP_EOL;
437-
$report .= ' SDK Package Version: 2.0.0' . PHP_EOL;
437+
$report .= ' SDK Package Version: 2.1.0' . PHP_EOL;
438438
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
439439

440440
return $report;

openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
invokerPackage: Gopad
33
packageName: gopad
44
variableNamingConvention: camelCase
5-
artifactVersion: 2.0.0
5+
artifactVersion: 2.1.0
66

77
...

0 commit comments

Comments
 (0)