Skip to content

Commit 8992b05

Browse files
chore(main): release 7.2.0
1 parent ccad23b commit 8992b05

3 files changed

Lines changed: 29 additions & 2 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [7.2.0](https://github.com/workos/workos-php/compare/v7.1.0...v7.2.0) (2026-06-18)
4+
5+
6+
### Features
7+
8+
* **authorization:** Add authorization operations and models ([#401](https://github.com/workos/workos-php/issues/401)) ([ccad23b](https://github.com/workos/workos-php/commit/ccad23bf52566641466a44be793e1fb42229bd15))
9+
* **client:** Add client API surface ([#401](https://github.com/workos/workos-php/issues/401)) ([ccad23b](https://github.com/workos/workos-php/commit/ccad23bf52566641466a44be793e1fb42229bd15))
10+
* **connect:** Add Connect API surface ([#401](https://github.com/workos/workos-php/issues/401)) ([ccad23b](https://github.com/workos/workos-php/commit/ccad23bf52566641466a44be793e1fb42229bd15))
11+
* **groups:** Add groups API surface ([#401](https://github.com/workos/workos-php/issues/401)) ([ccad23b](https://github.com/workos/workos-php/commit/ccad23bf52566641466a44be793e1fb42229bd15))
12+
* **organization_membership:** Add organization membership API surface ([#401](https://github.com/workos/workos-php/issues/401)) ([ccad23b](https://github.com/workos/workos-php/commit/ccad23bf52566641466a44be793e1fb42229bd15))
13+
* **organization_membership:** Change response for `UserManagementOrganizationMembership.list` ([#401](https://github.com/workos/workos-php/issues/401)) ([ccad23b](https://github.com/workos/workos-php/commit/ccad23bf52566641466a44be793e1fb42229bd15))
14+
* **pipes:** Add Pipes API surface ([#401](https://github.com/workos/workos-php/issues/401)) ([ccad23b](https://github.com/workos/workos-php/commit/ccad23bf52566641466a44be793e1fb42229bd15))
15+
* **pipes:** SDK surface change: Symbol "Pipes.createDataIntegrationToken" was removed ([#401](https://github.com/workos/workos-php/issues/401)) ([ccad23b](https://github.com/workos/workos-php/commit/ccad23bf52566641466a44be793e1fb42229bd15))
16+
* **user_management:** Change response for `UserManagementInvitations.list` ([#401](https://github.com/workos/workos-php/issues/401)) ([ccad23b](https://github.com/workos/workos-php/commit/ccad23bf52566641466a44be793e1fb42229bd15))
17+
* **user_management:** Update user management API surface ([#401](https://github.com/workos/workos-php/issues/401)) ([ccad23b](https://github.com/workos/workos-php/commit/ccad23bf52566641466a44be793e1fb42229bd15))
18+
* **widgets:** Add `widgets:pipes:manage` to `WidgetSessionTokenScopes` ([#401](https://github.com/workos/workos-php/issues/401)) ([ccad23b](https://github.com/workos/workos-php/commit/ccad23bf52566641466a44be793e1fb42229bd15))
19+
20+
21+
### Bug Fixes
22+
23+
* Fix empty body serializing as JSON array instead of object ([#403](https://github.com/workos/workos-php/issues/403)) ([29d0099](https://github.com/workos/workos-php/commit/29d0099fc05bae3860a40cb8cf2db9b4cc05cc0f))
24+
25+
26+
### Miscellaneous Chores
27+
28+
* commit publishing fixes ([c7ba478](https://github.com/workos/workos-php/commit/c7ba47825e20a91cdc40d00cb001ccee94aba288))
29+
330
## [7.1.0](https://github.com/workos/workos-php/compare/v7.0.1...v7.1.0) (2026-06-17)
431

532
### Miscellaneous Chores

lib/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ final class Version
99
{
1010
public const SDK_IDENTIFIER = 'WorkOS PHP';
1111

12-
public const SDK_VERSION = '7.1.0'; // x-release-please-version
12+
public const SDK_VERSION = '7.2.0'; // x-release-please-version
1313
}

0 commit comments

Comments
 (0)