Skip to content

Commit 8dfda35

Browse files
chore(main): release 5.3.0
1 parent 8f439e3 commit 8dfda35

3 files changed

Lines changed: 14 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.2.1"
2+
".": "5.3.0"
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.3.0](https://github.com/workos/workos-php/compare/5.2.1...5.3.0) (2026-05-06)
4+
5+
6+
### Features
7+
8+
* Add API docs generation and llms.txt index ([#382](https://github.com/workos/workos-php/issues/382)) ([ae03f03](https://github.com/workos/workos-php/commit/ae03f03a671b5ec9ec1d569457c96dca9aca6cc7))
9+
10+
11+
### Bug Fixes
12+
13+
* **ci:** install composer deps before building docs ([8f439e3](https://github.com/workos/workos-php/commit/8f439e3283f7f51cbe883f0871a28dc3142e6c9f))
14+
315
## [5.2.1](https://github.com/workos/workos-php/compare/5.2.0...5.2.1) (2026-04-28)
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.2.1'; // x-release-please-version
12+
public const SDK_VERSION = '5.3.0'; // x-release-please-version
1313
}

0 commit comments

Comments
 (0)