Skip to content

Commit 95d9385

Browse files
committed
chore(main): release php 3.3.0
1 parent 7687bf0 commit 95d9385

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

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.3.0](https://github.com/phrase/openapi/compare/php-v3.2.0...php-v3.3.0) (2025-03-05)
4+
5+
6+
### Features
7+
8+
* **API:** add updated_since filter to job list #STRINGS-1555 ([#799](https://github.com/phrase/openapi/issues/799)) ([dc9b6ed](https://github.com/phrase/openapi/commit/dc9b6ed12e013231d397820449086c87fea2f8ba))
9+
* **API:** Include roles in account response ([#811](https://github.com/phrase/openapi/issues/811)) ([dc27ee5](https://github.com/phrase/openapi/commit/dc27ee5117762222b6e1e6abb639f8e00c6a9101))
10+
311
## [3.2.0](https://github.com/phrase/openapi/compare/php-v3.1.0...php-v3.2.0) (2025-02-17)
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.2.0
5+
artifactVersion: 3.3.0
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.2.0"
2+
".": "3.3.0"
33
}

0 commit comments

Comments
 (0)