From 4bfd9a9ced3693ceb24fc05745927da01d52a635 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 20:27:40 +0000 Subject: [PATCH] chore(main): release 8.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ lib/Version.php | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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 }