diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f8d32fd..2941e5b 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 ac11879..b522a2d 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 993163c..b08bfb1 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 }