diff --git a/clients/php/CHANGELOG.md b/clients/php/CHANGELOG.md index f0bd92be..a5e07e8e 100644 --- a/clients/php/CHANGELOG.md +++ b/clients/php/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.19.1](https://github.com/phrase/openapi/compare/php-v1.19.0...php-v1.19.1) (2024-02-01) + + +### Bug Fixes + +* **API:** Adjust documentation of QPS endpoint ([#525](https://github.com/phrase/openapi/issues/525)) ([4b4f1ac](https://github.com/phrase/openapi/commit/4b4f1acf28fbd13b3d16c37162cdccfa05c38ffa)) + ## [1.19.0](https://github.com/phrase/openapi/compare/php-v1.18.0...php-v1.19.0) (2024-01-17) diff --git a/openapi-generator/php_lang.yaml b/openapi-generator/php_lang.yaml index 77311c6f..0369357c 100644 --- a/openapi-generator/php_lang.yaml +++ b/openapi-generator/php_lang.yaml @@ -2,7 +2,7 @@ generatorName: php outputDir: clients/php invokerPackage: Phrase -artifactVersion: 1.19.0 +artifactVersion: 1.19.1 gitUserId: phrase gitRepoId: phrase-php packageName: phrase-php diff --git a/release-please/manifest-php.json b/release-please/manifest-php.json index de44c40d..8255acfd 100644 --- a/release-please/manifest-php.json +++ b/release-please/manifest-php.json @@ -1,3 +1,3 @@ { - ".": "1.19.0" + ".": "1.19.1" } \ No newline at end of file