diff --git a/clients/php/CHANGELOG.md b/clients/php/CHANGELOG.md index fa8b76056..6ef23f663 100644 --- a/clients/php/CHANGELOG.md +++ b/clients/php/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.1.0](https://github.com/phrase/openapi/compare/php-v3.0.3...php-v3.1.0) (2025-02-17) + + +### Features + +* **API:** Add locale_ids param to synchronous download endpoint [STRINGS-1492] ([#780](https://github.com/phrase/openapi/issues/780)) ([47186a4](https://github.com/phrase/openapi/commit/47186a44fc8c0b8e466636acf3d49413b1f29f30)) +* **API:** Add source last updated at information on job details ([#777](https://github.com/phrase/openapi/issues/777)) ([c9b8423](https://github.com/phrase/openapi/commit/c9b8423766b4138980d0553502b3e18ca524f34e)) + ## [3.0.3](https://github.com/phrase/openapi/compare/php-v3.0.2...php-v3.0.3) (2025-01-29) diff --git a/openapi-generator/php_lang.yaml b/openapi-generator/php_lang.yaml index 8c64dea1d..721813f5b 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.0.3 +artifactVersion: 3.1.0 gitUserId: phrase gitRepoId: phrase-php packageName: phrase-php diff --git a/release-please/manifest-php.json b/release-please/manifest-php.json index 9202efd86..e0dc5001b 100644 --- a/release-please/manifest-php.json +++ b/release-please/manifest-php.json @@ -1,3 +1,3 @@ { - ".": "3.0.3" + ".": "3.1.0" } \ No newline at end of file