Skip to content

Commit 2f2555a

Browse files
chore(main): release 6.0.1 (#384)
Co-authored-by: workos-sdk-automation[bot] <255426317+workos-sdk-automation[bot]@users.noreply.github.com>
1 parent 57052ab commit 2f2555a

3 files changed

Lines changed: 14 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-
".": "6.0.0"
2+
".": "6.0.1"
33
}

CHANGELOG.md

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

3+
## [6.0.1](https://github.com/workos/workos-php/compare/6.0.0...v6.0.1) (2026-05-07)
4+
5+
6+
### Bug Fixes
7+
8+
* Preserve full error response body on ApiException ([#385](https://github.com/workos/workos-php/issues/385)) ([57052ab](https://github.com/workos/workos-php/commit/57052ab3d844beb35d5088fb55beca79bf2d752f))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* **release:** include v prefix in tags ([5517b8b](https://github.com/workos/workos-php/commit/5517b8b9acd404cc987db61fb5ed26405cf1eb0d))
14+
315
## [6.0.0](https://github.com/workos/workos-php/compare/5.2.1...6.0.0) (2026-05-06)
416

517

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

0 commit comments

Comments
 (0)