From 61975e071335d057ce3d1e9301cf41e989784918 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 19:53:03 +0000 Subject: [PATCH] chore(main): release 5.0.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ lib/Version.php | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 162da858..f8d32fdd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.0.2" + ".": "5.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c8e1b0e..ac118793 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [5.0.3](https://github.com/workos/workos-php/compare/5.0.2...5.0.3) (2026-04-14) + + +### Bug Fixes + +* 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)) +* **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)) + ## [5.0.2](https://github.com/workos/workos-php/compare/5.0.1...5.0.2) (2026-04-14) diff --git a/lib/Version.php b/lib/Version.php index cf22c080..993163c3 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -9,5 +9,5 @@ final class Version { public const SDK_IDENTIFIER = 'WorkOS PHP'; - public const SDK_VERSION = '5.0.2'; // x-release-please-version + public const SDK_VERSION = '5.0.3'; // x-release-please-version }