diff --git a/clients/php/CHANGELOG.md b/clients/php/CHANGELOG.md index 2368804c..454115da 100644 --- a/clients/php/CHANGELOG.md +++ b/clients/php/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.20.0](https://github.com/phrase/strings-openapi/compare/php-v3.19.0...php-v3.20.0) (2026-05-05) + + +### Features + +* **repo_syncs:** add API docs for create endpoint [SCD-933] ([#1113](https://github.com/phrase/strings-openapi/issues/1113)) ([3f65e16](https://github.com/phrase/strings-openapi/commit/3f65e16f6aeb074b933c7d7899197a1884c32865)) +* **tags:** Add q search param to tags list endpoint ([#1122](https://github.com/phrase/strings-openapi/issues/1122)) ([b1342c6](https://github.com/phrase/strings-openapi/commit/b1342c6b94f2f9256d5d0f093ef65c7602e44ae5)) + ## [3.19.0](https://github.com/phrase/strings-openapi/compare/php-v3.18.0...php-v3.19.0) (2026-04-27) diff --git a/openapi-generator/php_lang.yaml b/openapi-generator/php_lang.yaml index ed0815f1..7f83b7a1 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.19.0 +artifactVersion: 3.20.0 gitUserId: phrase gitRepoId: phrase-php packageName: phrase-php diff --git a/release-please/manifest-php.json b/release-please/manifest-php.json index 08ebb64c..d11c8fc3 100644 --- a/release-please/manifest-php.json +++ b/release-please/manifest-php.json @@ -1,3 +1,3 @@ { - ".": "3.19.0" + ".": "3.20.0" } \ No newline at end of file