Skip to content

Commit d243a1e

Browse files
chore(main): release 5.2.0
1 parent edc2543 commit d243a1e

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.1.0"
2+
".": "5.2.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [5.2.0](https://github.com/workos/workos-php/compare/5.1.0...5.2.0) (2026-04-26)
4+
5+
6+
### Features
7+
8+
* Add script/setup for pre-generation dependency installation ([edc2543](https://github.com/workos/workos-php/commit/edc25438e11031062f5458d4e183c4baaa77d4fb))
9+
* surface error metadata from API responses ([#369](https://github.com/workos/workos-php/issues/369)) ([ece118b](https://github.com/workos/workos-php/commit/ece118b00a537f0b0b54161c2dafe106ff76ab13))
10+
311
## [5.1.0](https://github.com/workos/workos-php/compare/5.0.3...5.1.0) (2026-04-20)
412

513

lib/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ final class Version
99
{
1010
public const SDK_IDENTIFIER = 'WorkOS PHP';
1111

12-
public const SDK_VERSION = '5.1.0'; // x-release-please-version
12+
public const SDK_VERSION = '5.2.0'; // x-release-please-version
1313
}

0 commit comments

Comments
 (0)