From 40c6dbb59652b38a7f7998fbf0e22348899ca7ef Mon Sep 17 00:00:00 2001 From: Phrase Date: Fri, 18 Sep 2026 08:38:13 +0200 Subject: [PATCH] chore(main): release php 3.26.0 --- clients/php/CHANGELOG.md | 7 +++++++ openapi-generator/php_lang.yaml | 2 +- release-please/manifest-php.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/clients/php/CHANGELOG.md b/clients/php/CHANGELOG.md index 19ec1b2a4..cd4646935 100644 --- a/clients/php/CHANGELOG.md +++ b/clients/php/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.26.0](https://github.com/phrase/strings-openapi/compare/php-v3.25.0...php-v3.26.0) (2026-09-18) + + +### Features + +* **API:** document GET /projects/{project_id}/members list endpoint STRINGS-3471 ([#1276](https://github.com/phrase/strings-openapi/issues/1276)) ([fbf8448](https://github.com/phrase/strings-openapi/commit/fbf844851b3fa67604c55fe8b16166006a89b74f)) + ## [3.25.0](https://github.com/phrase/strings-openapi/compare/php-v3.24.0...php-v3.25.0) (2026-09-17) diff --git a/openapi-generator/php_lang.yaml b/openapi-generator/php_lang.yaml index d203445a0..368b2503e 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.25.0 +artifactVersion: 3.26.0 gitUserId: phrase gitRepoId: phrase-php packageName: phrase-php diff --git a/release-please/manifest-php.json b/release-please/manifest-php.json index b0c3aa56a..0aeadf353 100644 --- a/release-please/manifest-php.json +++ b/release-please/manifest-php.json @@ -1,3 +1,3 @@ { - ".": "3.25.0" + ".": "3.26.0" } \ No newline at end of file