Skip to content

Commit abccc87

Browse files
chore(main): release 5.0.2 (#355)
Co-authored-by: workos-sdk-automation[bot] <255426317+workos-sdk-automation[bot]@users.noreply.github.com>
1 parent 496f75b commit abccc87

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.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.1"
2+
".": "5.0.2"
33
}

CHANGELOG.md

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

3+
## [5.0.2](https://github.com/workos/workos-php/compare/5.0.1...5.0.2) (2026-04-14)
4+
5+
6+
### Bug Fixes
7+
8+
* slight rename ([496f75b](https://github.com/workos/workos-php/commit/496f75b3d1034d1dd68fb55eeb88333ec020b809))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* mark non-spec service accessors with `@oagen-ignore-start/end` ([#354](https://github.com/workos/workos-php/issues/354)) ([084d0d1](https://github.com/workos/workos-php/commit/084d0d125f7f7cfcf0cbc9530063009831c303a1))
14+
315
## [5.0.1](https://github.com/workos/workos-php/compare/5.0.0...5.0.1) (2026-04-13)
416

517

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

0 commit comments

Comments
 (0)