diff --git a/clients/php/CHANGELOG.md b/clients/php/CHANGELOG.md index a5e07e8e..c02a0aa6 100644 --- a/clients/php/CHANGELOG.md +++ b/clients/php/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.19.2](https://github.com/phrase/openapi/compare/php-v1.19.1...php-v1.19.2) (2024-02-05) + + +### Bug Fixes + +* **API:** allow nullable value for job's due_date ([#534](https://github.com/phrase/openapi/issues/534)) ([38b51b5](https://github.com/phrase/openapi/commit/38b51b51095394f8ce769873140038abba628514)) + ## [1.19.1](https://github.com/phrase/openapi/compare/php-v1.19.0...php-v1.19.1) (2024-02-01) diff --git a/openapi-generator/php_lang.yaml b/openapi-generator/php_lang.yaml index 0369357c..8340d00a 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.1 +artifactVersion: 1.19.2 gitUserId: phrase gitRepoId: phrase-php packageName: phrase-php diff --git a/release-please/manifest-php.json b/release-please/manifest-php.json index 8255acfd..b94f19a9 100644 --- a/release-please/manifest-php.json +++ b/release-please/manifest-php.json @@ -1,3 +1,3 @@ { - ".": "1.19.1" + ".": "1.19.2" } \ No newline at end of file