diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a3a12f49..601e9bed 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.0.0" + ".": "6.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index af8fd35b..a6b8eb71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [6.0.1](https://github.com/workos/workos-php/compare/6.0.0...v6.0.1) (2026-05-07) + + +### Bug Fixes + +* 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)) + + +### Miscellaneous Chores + +* **release:** include v prefix in tags ([5517b8b](https://github.com/workos/workos-php/commit/5517b8b9acd404cc987db61fb5ed26405cf1eb0d)) + ## [6.0.0](https://github.com/workos/workos-php/compare/5.2.1...6.0.0) (2026-05-06) diff --git a/lib/Version.php b/lib/Version.php index 16cae99c..47583318 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 = '6.0.0'; // x-release-please-version + public const SDK_VERSION = '6.0.1'; // x-release-please-version }