From 1efd60bf4556de965dd1c91328311025224aa858 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 18:22:18 +0000 Subject: [PATCH] chore(main): release 5.0.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ lib/Version.php | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f8d32fdd..2941e5b1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.0.3" + ".": "5.0.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ac118793..b522a2d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [5.0.4](https://github.com/workos/workos-php/compare/5.0.3...5.0.4) (2026-04-15) + + +### Bug Fixes + +* Remove extractVersion from matchUpdateTypes rules ([#365](https://github.com/workos/workos-php/issues/365)) ([f4ad142](https://github.com/workos/workos-php/commit/f4ad142094c280ea57da9542d422c522dbee99bf)) + + +### Miscellaneous Chores + +* **deps:** update minor and patch updates ([#361](https://github.com/workos/workos-php/issues/361)) ([7e439f7](https://github.com/workos/workos-php/commit/7e439f70afca166b64041ef218153f935de77c9d)) + ## [5.0.3](https://github.com/workos/workos-php/compare/5.0.2...5.0.3) (2026-04-14) diff --git a/lib/Version.php b/lib/Version.php index 993163c3..b08bfb11 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.3'; // x-release-please-version + public const SDK_VERSION = '5.0.4'; // x-release-please-version }