From d8fe8f8372d9267f14b80f5f4f66d54d10ad9ad2 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 14:46:45 +0000 Subject: [PATCH] chore(main): release 6.0.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ lib/Version.php | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3b5a16e4..148286d0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.0.2" + ".": "6.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 95ea0bab..5495eb78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [6.0.3](https://github.com/workos/workos-php/compare/v6.0.2...v6.0.3) (2026-05-18) + + +### Miscellaneous Chores + +* **deps:** update googleapis/release-please-action action to v5 ([#389](https://github.com/workos/workos-php/issues/389)) ([f973f21](https://github.com/workos/workos-php/commit/f973f21cccdddbf1a22feae7db4f91b95be59173)) +* **deps:** update shivammathur/setup-php action to v2.37.0 ([#388](https://github.com/workos/workos-php/issues/388)) ([f9e113f](https://github.com/workos/workos-php/commit/f9e113fbfc5842895b65ce80cde67be392c34ec1)) +* use shared workos/renovate-config preset ([99aad6c](https://github.com/workos/workos-php/commit/99aad6c4cbb3c3f2267849fe09f72491da026eaf)) + ## [6.0.2](https://github.com/workos/workos-php/compare/v6.0.1...v6.0.2) (2026-05-11) diff --git a/lib/Version.php b/lib/Version.php index 16cad9de..9419bf5c 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 = '6.0.2'; // x-release-please-version + public const SDK_VERSION = '6.0.3'; // x-release-please-version }