Skip to content

Commit 61975e0

Browse files
chore(main): release 5.0.3
1 parent ed68872 commit 61975e0

3 files changed

Lines changed: 10 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.2"
2+
".": "5.0.3"
33
}

CHANGELOG.md

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

3+
## [5.0.3](https://github.com/workos/workos-php/compare/5.0.2...5.0.3) (2026-04-14)
4+
5+
6+
### Bug Fixes
7+
8+
* build redirect endpoint URLs locally instead of making HTTP requests ([#358](https://github.com/workos/workos-php/issues/358)) ([eae3949](https://github.com/workos/workos-php/commit/eae39490c79b2ab921d479a5b2686946b61a7b24))
9+
* **docs:** add `[@throws](https://github.com/throws)` to PHPDoc when appropriate ([#360](https://github.com/workos/workos-php/issues/360)) ([ed68872](https://github.com/workos/workos-php/commit/ed68872bce0c62486f05890e464b1f8adfbdb6de))
10+
311
## [5.0.2](https://github.com/workos/workos-php/compare/5.0.1...5.0.2) (2026-04-14)
412

513

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

0 commit comments

Comments
 (0)