From e83224c67cc3422d9b175fff5f7b0b05cc225317 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 21:21:35 +0000 Subject: [PATCH 1/2] chore(main): release 9.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ lib/Version.php | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 92856693..9695e0ec 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.0.0" + ".": "9.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 234c326b..16388718 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [9.1.0](https://github.com/workos/workos-php/compare/v9.0.0...v9.1.0) (2026-07-29) + + +### Features + +* **generated:** Pipes, PipesProvider, UserManagement (batch 6c21f6dc) ([#425](https://github.com/workos/workos-php/issues/425)) ([e8855cb](https://github.com/workos/workos-php/commit/e8855cb5a3b7adb14a7d960311ba45d6bc714847)) +* **generated:** SSO (batch 16283437) ([#426](https://github.com/workos/workos-php/issues/426)) ([870e754](https://github.com/workos/workos-php/commit/870e754949f07205389ef480d34a861513f3debb)) +* **pkce:** Default clientId to the client's configured client ID ([#423](https://github.com/workos/workos-php/issues/423)) ([f65713b](https://github.com/workos/workos-php/commit/f65713b054f92d096ae3962c1a2e0bebbde64c7d)) +* support for guzzle 8 ([#427](https://github.com/workos/workos-php/issues/427)) ([81c2384](https://github.com/workos/workos-php/commit/81c2384c544e2329ab5fb098dbf43f285488cb1e)) + ## [9.0.0](https://github.com/workos/workos-php/compare/v8.1.0...v9.0.0) (2026-07-22) ### Miscellaneous Chores diff --git a/lib/Version.php b/lib/Version.php index 2a854b52..0a604c4f 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -9,5 +9,5 @@ final class Version { public const SDK_IDENTIFIER = 'WorkOS PHP'; - public const SDK_VERSION = '9.0.0'; // x-release-please-version + public const SDK_VERSION = '9.1.0'; // x-release-please-version } From 1db46fb5313e6d36206143f696fd971e56eb395c Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 21:21:46 +0000 Subject: [PATCH 2/2] chore: inline release notes from .changelog-pending --- ...2f2c0b2792fb452e4b7e1a0555c2fe14b857631.md | 18 ------------ ...7b77690a4486560659df08d947039af4cd52055.md | 5 ---- CHANGELOG.md | 28 +++++++++++++++++-- 3 files changed, 25 insertions(+), 26 deletions(-) delete mode 100644 .changelog-pending/2026-07-28T19-17-36-72f2c0b2792fb452e4b7e1a0555c2fe14b857631.md delete mode 100644 .changelog-pending/2026-07-28T20-32-59-c7b77690a4486560659df08d947039af4cd52055.md diff --git a/.changelog-pending/2026-07-28T19-17-36-72f2c0b2792fb452e4b7e1a0555c2fe14b857631.md b/.changelog-pending/2026-07-28T19-17-36-72f2c0b2792fb452e4b7e1a0555c2fe14b857631.md deleted file mode 100644 index 780bc86f..00000000 --- a/.changelog-pending/2026-07-28T19-17-36-72f2c0b2792fb452e4b7e1a0555c2fe14b857631.md +++ /dev/null @@ -1,18 +0,0 @@ -* [#425](https://github.com/workos/workos-php/pull/425) fix(generated): regenerate from spec - - **Features** - * **[pipes](https://workos.com/docs/reference/pipes)**: - * Added `config` to `DataIntegrationsGetDataIntegrationAuthorizeUrlRequest` - * Added `client_credentials` to `DataIntegrationAuthMethods` - * Added `client_credentials` to `DataIntegrationsListResponseDataAuthMethods` - * Added `client_credentials` to `DataIntegrationsListResponseDataConnectedAccountAuthMethod` - * Added `config` to Pipes models - * **[connect](https://workos.com/docs/reference/workos-connect/standalone)**: - * Added `client_credentials` to `ConnectedAccountAuthMethod` - - **Fixes** - * **[user_management](https://workos.com/docs/reference/authkit/user)**: - * Changed errors for endpoint `POST /user_management/invitations` - * Changed errors for endpoint `POST /user_management/invitations/{id}/resend` - * Changed errors for endpoint `POST /user_management/magic_auth` - * Changed errors for endpoint `POST /user_management/authenticate` diff --git a/.changelog-pending/2026-07-28T20-32-59-c7b77690a4486560659df08d947039af4cd52055.md b/.changelog-pending/2026-07-28T20-32-59-c7b77690a4486560659df08d947039af4cd52055.md deleted file mode 100644 index eb2b02f2..00000000 --- a/.changelog-pending/2026-07-28T20-32-59-c7b77690a4486560659df08d947039af4cd52055.md +++ /dev/null @@ -1,5 +0,0 @@ -* [#426](https://github.com/workos/workos-php/pull/426) fix(generated): regenerate from spec - - **Fixes** - * **[sso](https://workos.com/docs/reference/sso)**: - * Removed `callback_endpoint` from `Connection` diff --git a/CHANGELOG.md b/CHANGELOG.md index 16388718..91a7481a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,36 @@ ## [9.1.0](https://github.com/workos/workos-php/compare/v9.0.0...v9.1.0) (2026-07-29) - ### Features -* **generated:** Pipes, PipesProvider, UserManagement (batch 6c21f6dc) ([#425](https://github.com/workos/workos-php/issues/425)) ([e8855cb](https://github.com/workos/workos-php/commit/e8855cb5a3b7adb14a7d960311ba45d6bc714847)) -* **generated:** SSO (batch 16283437) ([#426](https://github.com/workos/workos-php/issues/426)) ([870e754](https://github.com/workos/workos-php/commit/870e754949f07205389ef480d34a861513f3debb)) * **pkce:** Default clientId to the client's configured client ID ([#423](https://github.com/workos/workos-php/issues/423)) ([f65713b](https://github.com/workos/workos-php/commit/f65713b054f92d096ae3962c1a2e0bebbde64c7d)) * support for guzzle 8 ([#427](https://github.com/workos/workos-php/issues/427)) ([81c2384](https://github.com/workos/workos-php/commit/81c2384c544e2329ab5fb098dbf43f285488cb1e)) +* [#425](https://github.com/workos/workos-php/pull/425) fix(generated): regenerate from spec + + **Features** + * **[pipes](https://workos.com/docs/reference/pipes)**: + * Added `config` to `DataIntegrationsGetDataIntegrationAuthorizeUrlRequest` + * Added `client_credentials` to `DataIntegrationAuthMethods` + * Added `client_credentials` to `DataIntegrationsListResponseDataAuthMethods` + * Added `client_credentials` to `DataIntegrationsListResponseDataConnectedAccountAuthMethod` + * Added `config` to Pipes models + * **[connect](https://workos.com/docs/reference/workos-connect/standalone)**: + * Added `client_credentials` to `ConnectedAccountAuthMethod` + + **Fixes** + * **[user_management](https://workos.com/docs/reference/authkit/user)**: + * Changed errors for endpoint `POST /user_management/invitations` + * Changed errors for endpoint `POST /user_management/invitations/{id}/resend` + * Changed errors for endpoint `POST /user_management/magic_auth` + * Changed errors for endpoint `POST /user_management/authenticate` + +* [#426](https://github.com/workos/workos-php/pull/426) fix(generated): regenerate from spec + + **Fixes** + * **[sso](https://workos.com/docs/reference/sso)**: + * Removed `callback_endpoint` from `Connection` + ## [9.0.0](https://github.com/workos/workos-php/compare/v8.1.0...v9.0.0) (2026-07-22) ### Miscellaneous Chores