diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 32dbe0e2..9d5573ce 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.0.0" + ".": "5.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e864c707..62707a59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [5.0.1](https://github.com/workos/workos-php/compare/5.0.0...5.0.1) (2026-04-13) + + +### Bug Fixes + +* add default User-Agent header and optional override ([#352](https://github.com/workos/workos-php/issues/352)) ([8e202db](https://github.com/workos/workos-php/commit/8e202db6920a4cd918ebbea44fd8006916968c1f)) +* one more regen ([44906fd](https://github.com/workos/workos-php/commit/44906fdbf2263b9b7b8c075636d12bf2540064f8)) + ## [5.0.0](https://github.com/workos/workos-php/compare/4.32.0...5.0.0) (2026-04-13) ### Top-Level Notices diff --git a/lib/Version.php b/lib/Version.php index d53f01b6..ad3d7634 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.0'; // x-release-please-version + public const SDK_VERSION = '5.0.1'; // x-release-please-version }