From 2f5164d65300b010955a2c8c0ae54d034d4ef531 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 15:41:11 +0000 Subject: [PATCH] chore(main): release 5.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lib/Version.php | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b5e91573..684bdbed 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.2.0" + ".": "5.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 551fc8fe..8b609070 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.2.1](https://github.com/workos/workos-php/compare/5.2.0...5.2.1) (2026-04-28) + + +### Bug Fixes + +* **generated:** Add default values to optional object fields ([#376](https://github.com/workos/workos-php/issues/376)) ([1597af6](https://github.com/workos/workos-php/commit/1597af675fac63b5a309e163145e175f48b056dc)) + ## [5.2.0](https://github.com/workos/workos-php/compare/5.1.0...5.2.0) (2026-04-27) diff --git a/lib/Version.php b/lib/Version.php index 8f27eef1..e03ed8dd 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 = '5.2.0'; // x-release-please-version + public const SDK_VERSION = '5.2.1'; // x-release-please-version }