Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "5.0.3"
".": "5.0.4"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lib/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Loading