Skip to content

Commit c32552f

Browse files
chore(main): release 5.0.4
1 parent 7e439f7 commit c32552f

3 files changed

Lines changed: 9 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.3"
2+
".": "5.0.4"
33
}

CHANGELOG.md

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

3+
## [5.0.4](https://github.com/workos/workos-php/compare/5.0.3...5.0.4) (2026-04-15)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **deps:** update minor and patch updates ([#361](https://github.com/workos/workos-php/issues/361)) ([7e439f7](https://github.com/workos/workos-php/commit/7e439f70afca166b64041ef218153f935de77c9d))
9+
310
## [5.0.3](https://github.com/workos/workos-php/compare/5.0.2...5.0.3) (2026-04-14)
411

512

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

0 commit comments

Comments
 (0)