diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dcb58567..2f72ebe3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.2.0" + ".": "9.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f030f62b..f22630e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [9.2.1](https://github.com/workos/workos-php/compare/v9.2.0...v9.2.1) (2026-08-17) + + +### Miscellaneous Chores + +* **deps:** pin workos/actions action to 5c7450a ([#430](https://github.com/workos/workos-php/issues/430)) ([f0f66fd](https://github.com/workos/workos-php/commit/f0f66fd20611aca47f096b80772de00f63606bc8)) +* **deps:** update github-actions versions ([#431](https://github.com/workos/workos-php/issues/431)) ([a3ac03e](https://github.com/workos/workos-php/commit/a3ac03e52d6304a53d104867fa68a171911359a8)) + ## [9.2.0](https://github.com/workos/workos-php/compare/v9.1.0...v9.2.0) (2026-08-11) * [#428](https://github.com/workos/workos-php/pull/428) feat(generated)!: regenerate from spec (2 changes) diff --git a/lib/Version.php b/lib/Version.php index e5d469fd..3ef2101d 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 = '9.2.0'; // x-release-please-version + public const SDK_VERSION = '9.2.1'; // x-release-please-version }