Skip to content

Commit c7836c8

Browse files
chore(main): release 5.1.0 (#362)
Co-authored-by: workos-sdk-automation[bot] <255426317+workos-sdk-automation[bot]@users.noreply.github.com>
1 parent 780ee85 commit c7836c8

3 files changed

Lines changed: 21 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.0.3"
2+
".": "5.1.0"
33
}

CHANGELOG.md

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

3+
## [5.1.0](https://github.com/workos/workos-php/compare/5.0.3...5.1.0) (2026-04-20)
4+
5+
6+
### Features
7+
8+
* add group, pipes, and authorization additive API support ([#367](https://github.com/workos/workos-php/issues/367)) ([c90a5d6](https://github.com/workos/workos-php/commit/c90a5d6ecaa887da7d0f5437269850f272cc5ba6))
9+
10+
11+
### Bug Fixes
12+
13+
* redesign authorization resource targeting and default order handling ([b435ced](https://github.com/workos/workos-php/commit/b435cedbbaf7a2cf0bd2ef964e065de78e272750))
14+
* Remove extractVersion from matchUpdateTypes rules ([#365](https://github.com/workos/workos-php/issues/365)) ([f4ad142](https://github.com/workos/workos-php/commit/f4ad142094c280ea57da9542d422c522dbee99bf))
15+
* type tweaks ([780ee85](https://github.com/workos/workos-php/commit/780ee85f4bb338695196b4b5ea0073ec572d323c))
16+
17+
18+
### Miscellaneous Chores
19+
20+
* **deps:** update minor and patch updates ([#361](https://github.com/workos/workos-php/issues/361)) ([7e439f7](https://github.com/workos/workos-php/commit/7e439f70afca166b64041ef218153f935de77c9d))
21+
322
## [5.0.3](https://github.com/workos/workos-php/compare/5.0.2...5.0.3) (2026-04-14)
423

524

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

0 commit comments

Comments
 (0)