Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "9.0.0"
".": "9.1.0"
}
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog

## [9.1.0](https://github.com/workos/workos-php/compare/v9.0.0...v9.1.0) (2026-07-29)

### Features

* **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
Expand Down
2 changes: 1 addition & 1 deletion lib/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
}