diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 529b133f..54736c81 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.1.0" + ".": "8.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c635095..8b66be71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [8.1.1](https://github.com/workos/workos-php/compare/v8.1.0...v8.1.1) (2026-07-08) + + +### Miscellaneous Chores + +* prevent oagen generated files from being PR'ed ([26d03a0](https://github.com/workos/workos-php/commit/26d03a018e021962a4ac29c58f816a88a78865ad)) +* scope SDK bot App token permissions ([293b5ef](https://github.com/workos/workos-php/commit/293b5ef84709f4bbe8048072bdaadd3f84abf514)) + ## [8.1.0](https://github.com/workos/workos-php/compare/v8.0.0...v8.1.0) (2026-07-06) * [#416](https://github.com/workos/workos-php/pull/416) fix(generated): regenerate from spec diff --git a/lib/Version.php b/lib/Version.php index 1c7eff3a..6895c22c 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 = '8.1.0'; // x-release-please-version + public const SDK_VERSION = '8.1.1'; // x-release-please-version }