Skip to content

Commit 94118c0

Browse files
committed
chore(main): release php 3.23.1
1 parent 845ac82 commit 94118c0

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

clients/php/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [3.23.1](https://github.com/phrase/strings-openapi/compare/php-v3.23.0...php-v3.23.1) (2026-06-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **API:** improve delete /projects/{project_id}/keys/{id}/key_links documentation ([#1193](https://github.com/phrase/strings-openapi/issues/1193)) ([b0b2e3f](https://github.com/phrase/strings-openapi/commit/b0b2e3f03407fb59dff1fd6004cf77d7a0aab503))
9+
* **API:** improve delete /projects/{project_id}/keys/{id}/key_links/{child_key_id} documentation ([#1194](https://github.com/phrase/strings-openapi/issues/1194)) ([c0055b4](https://github.com/phrase/strings-openapi/commit/c0055b46575dfdaec95ee6e13f59b68015493f8b))
10+
311
## [3.23.0](https://github.com/phrase/strings-openapi/compare/php-v3.22.0...php-v3.23.0) (2026-06-25)
412

513

openapi-generator/php_lang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
generatorName: php
33
outputDir: clients/php
44
invokerPackage: Phrase
5-
artifactVersion: 3.23.0
5+
artifactVersion: 3.23.1
66
gitUserId: phrase
77
gitRepoId: phrase-php
88
packageName: phrase-php

release-please/manifest-php.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.23.0"
2+
".": "3.23.1"
33
}

0 commit comments

Comments
 (0)