diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a2b09ee..27308d1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.32.0" + ".": "4.32.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 26114b6..539b721 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.32.1](https://github.com/workos/workos-php/compare/4.32.0...4.32.1) (2026-03-16) + + +### Miscellaneous Chores + +* **deps:** update actions/create-github-app-token action to v3 ([#345](https://github.com/workos/workos-php/issues/345)) ([0259ffb](https://github.com/workos/workos-php/commit/0259ffba069819acace1a30d878d21aba813f012)) +* **deps:** update amannn/action-semantic-pull-request action to v6 ([#346](https://github.com/workos/workos-php/issues/346)) ([4cf01c0](https://github.com/workos/workos-php/commit/4cf01c0669fa83ae958448457c90537808ab3c27)) + ## [4.32.0](https://github.com/workos/workos-php/compare/4.31.0...4.32.0) (2026-03-09) diff --git a/lib/Version.php b/lib/Version.php index 04be181..0b8dfa6 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -6,5 +6,5 @@ final class Version { public const SDK_IDENTIFIER = 'WorkOS PHP'; - public const SDK_VERSION = '4.32.0'; // x-release-please-version + public const SDK_VERSION = '4.32.1'; // x-release-please-version }