Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.31.0"
".": "4.32.0"
}
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog

## [4.31.0](https://github.com/workos/workos-php/compare/workos/workos-php-v4.30.1...workos/workos-php-v4.31.0) (2026-03-06)
## [4.32.0](https://github.com/workos/workos-php/compare/4.31.0...4.32.0) (2026-03-09)


### Features

* Add accept invitation endpoint ([#343](https://github.com/workos/workos-php/issues/343)) ([36e9322](https://github.com/workos/workos-php/commit/36e93227cda5e81211bec2fad27a46b74dbc7ab0))


### Bug Fixes

* listEnvironmentRoles should not use PaginatedResource ([#341](https://github.com/workos/workos-php/issues/341)) ([52f0602](https://github.com/workos/workos-php/commit/52f0602921c4e985c281ad13d67b0a24e4db176c))

## [4.31.0](https://github.com/workos/workos-php/compare/4.30.1...4.31.0) (2026-03-06)


### Features
Expand Down
2 changes: 1 addition & 1 deletion lib/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ final class Version
{
public const SDK_IDENTIFIER = 'WorkOS PHP';

public const SDK_VERSION = '4.31.0'; // x-release-please-version
public const SDK_VERSION = '4.32.0'; // x-release-please-version
}
2 changes: 2 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
".": {
"release-type": "php",
"package-name": "workos/workos-php",
"include-component-in-tag": false,
"include-v-in-tag": false,
"changelog-path": "CHANGELOG.md",
"extra-files": [
{
Expand Down