diff --git a/clients/php/CHANGELOG.md b/clients/php/CHANGELOG.md index 073cef3e..6e16ce01 100644 --- a/clients/php/CHANGELOG.md +++ b/clients/php/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.13.1](https://github.com/phrase/openapi/compare/php-v3.13.0...php-v3.13.1) (2025-11-10) + + +### Bug Fixes + +* **API:** Add omit_translation_keys to Jobs#show endpoint ([#957](https://github.com/phrase/openapi/issues/957)) ([23ece66](https://github.com/phrase/openapi/commit/23ece66b05fc748a4598ce876cb2954ed1a385cc)) + ## [3.13.0](https://github.com/phrase/openapi/compare/php-v3.12.0...php-v3.13.0) (2025-10-27) diff --git a/openapi-generator/php_lang.yaml b/openapi-generator/php_lang.yaml index fbb1a834..03b77ac5 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: 3.13.0 +artifactVersion: 3.13.1 gitUserId: phrase gitRepoId: phrase-php packageName: phrase-php diff --git a/release-please/manifest-php.json b/release-please/manifest-php.json index 82f5ad97..0fef13b1 100644 --- a/release-please/manifest-php.json +++ b/release-please/manifest-php.json @@ -1,3 +1,3 @@ { - ".": "3.13.0" + ".": "3.13.1" } \ No newline at end of file