Skip to content

Commit f0c6dac

Browse files
chore(main): release 6.0.0
1 parent 1bb2fe4 commit f0c6dac

3 files changed

Lines changed: 30 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-
".": "5.2.1"
2+
".": "6.0.0"
33
}

CHANGELOG.md

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

3+
## [6.0.0](https://github.com/workos/workos-php/compare/5.2.1...6.0.0) (2026-05-06)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **user_management:** Add user API keys and update ordering enum
9+
* **api_keys:** Restructure API key models and rename ordering enum
10+
* **vault:** Rename BYOK key provider enum and add vault key deleted event
11+
* **authorization:** Rename RoleAssignment to UserRoleAssignment
12+
13+
### Features
14+
15+
* Add API docs generation and llms.txt index ([#382](https://github.com/workos/workos-php/issues/382)) ([ae03f03](https://github.com/workos/workos-php/commit/ae03f03a671b5ec9ec1d569457c96dca9aca6cc7))
16+
* **api_keys:** Restructure API key models and rename ordering enum ([1bb2fe4](https://github.com/workos/workos-php/commit/1bb2fe4ba91575bc0db7eb056fd48f10c6653be1))
17+
* **authorization:** Rename EventsOrder to PaginationOrder ([1bb2fe4](https://github.com/workos/workos-php/commit/1bb2fe4ba91575bc0db7eb056fd48f10c6653be1))
18+
* **authorization:** Rename RoleAssignment to UserRoleAssignment ([1bb2fe4](https://github.com/workos/workos-php/commit/1bb2fe4ba91575bc0db7eb056fd48f10c6653be1))
19+
* **directory_sync:** Add name field to directory users ([1bb2fe4](https://github.com/workos/workos-php/commit/1bb2fe4ba91575bc0db7eb056fd48f10c6653be1))
20+
* **sso:** Add full name support to user profiles ([1bb2fe4](https://github.com/workos/workos-php/commit/1bb2fe4ba91575bc0db7eb056fd48f10c6653be1))
21+
* **user_management:** Add user API keys and update ordering enum ([1bb2fe4](https://github.com/workos/workos-php/commit/1bb2fe4ba91575bc0db7eb056fd48f10c6653be1))
22+
* **user_management:** Add user context to organization memberships ([1bb2fe4](https://github.com/workos/workos-php/commit/1bb2fe4ba91575bc0db7eb056fd48f10c6653be1))
23+
* **vault:** Rename BYOK key provider enum and add vault key deleted event ([1bb2fe4](https://github.com/workos/workos-php/commit/1bb2fe4ba91575bc0db7eb056fd48f10c6653be1))
24+
25+
26+
### Bug Fixes
27+
28+
* **ci:** install composer deps before building docs ([8f439e3](https://github.com/workos/workos-php/commit/8f439e3283f7f51cbe883f0871a28dc3142e6c9f))
29+
* **events:** Add admin_portal to actor source enum ([1bb2fe4](https://github.com/workos/workos-php/commit/1bb2fe4ba91575bc0db7eb056fd48f10c6653be1))
30+
331
## [5.2.1](https://github.com/workos/workos-php/compare/5.2.0...5.2.1) (2026-04-28)
432

533

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 = '5.2.1'; // x-release-please-version
12+
public const SDK_VERSION = '6.0.0'; // x-release-please-version
1313
}

0 commit comments

Comments
 (0)