Skip to content

Commit 82d2ae2

Browse files
workos-sdk-automation[bot]gjtorikianclaude
authored
chore(main): release workos/workos-php 4.32.0 (#342)
Co-authored-by: workos-sdk-automation[bot] <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Co-authored-by: Garen J. Torikian <gjtorikian@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 36e9322 commit 82d2ae2

4 files changed

Lines changed: 17 additions & 3 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-
".": "4.31.0"
2+
".": "4.32.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

3-
## [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)
3+
## [4.32.0](https://github.com/workos/workos-php/compare/4.31.0...4.32.0) (2026-03-09)
4+
5+
6+
### Features
7+
8+
* Add accept invitation endpoint ([#343](https://github.com/workos/workos-php/issues/343)) ([36e9322](https://github.com/workos/workos-php/commit/36e93227cda5e81211bec2fad27a46b74dbc7ab0))
9+
10+
11+
### Bug Fixes
12+
13+
* listEnvironmentRoles should not use PaginatedResource ([#341](https://github.com/workos/workos-php/issues/341)) ([52f0602](https://github.com/workos/workos-php/commit/52f0602921c4e985c281ad13d67b0a24e4db176c))
14+
15+
## [4.31.0](https://github.com/workos/workos-php/compare/4.30.1...4.31.0) (2026-03-06)
416

517

618
### Features

lib/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ final class Version
66
{
77
public const SDK_IDENTIFIER = 'WorkOS PHP';
88

9-
public const SDK_VERSION = '4.31.0'; // x-release-please-version
9+
public const SDK_VERSION = '4.32.0'; // x-release-please-version
1010
}

release-please-config.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
".": {
55
"release-type": "php",
66
"package-name": "workos/workos-php",
7+
"include-component-in-tag": false,
8+
"include-v-in-tag": false,
79
"changelog-path": "CHANGELOG.md",
810
"extra-files": [
911
{

0 commit comments

Comments
 (0)