diff --git a/.release-please-manifest.json b/.release-please-manifest.json index aeda91d8..9995fe5e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.0.0" + ".": "7.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 946aebeb..a5adf66d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [7.0.1](https://github.com/workos/workos-php/compare/v7.0.0...v7.0.1) (2026-05-28) + + +### Bug Fixes + +* renamed misleading Object to VaultObject ([c7cef60](https://github.com/workos/workos-php/commit/c7cef60df1e19e8664b3713b07ac44c5a491a5a7)) +* **renovate:** explicitly enable minor and patch updates ([#393](https://github.com/workos/workos-php/issues/393)) ([e1705f1](https://github.com/workos/workos-php/commit/e1705f1d0b6cadf84f5a540673b59868d4b82fec)) +* **sdk:** omit defaulted screen_hint from auth URLs ([#396](https://github.com/workos/workos-php/issues/396)) ([d583c7c](https://github.com/workos/workos-php/commit/d583c7ce64920da86153fe19c0e8b5f3a1069604)) + ## [7.0.0](https://github.com/workos/workos-php/compare/v6.0.2...v7.0.0) (2026-05-26) ### Miscellaneous Chores diff --git a/lib/Version.php b/lib/Version.php index 0d90d88c..e24ffcf8 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 = '7.0.0'; // x-release-please-version + public const SDK_VERSION = '7.0.1'; // x-release-please-version }