Skip to content

Commit 230aaa1

Browse files
chore(main): release 5.2.0
1 parent 0ee912a commit 230aaa1

3 files changed

Lines changed: 15 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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [5.2.0](https://github.com/workos/workos-php/compare/5.1.0...5.2.0) (2026-04-27)
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+
11+
12+
### Bug Fixes
13+
14+
* **generated:** update generated SDK from spec changes ([#372](https://github.com/workos/workos-php/issues/372)) ([0ee912a](https://github.com/workos/workos-php/commit/0ee912aeb14fb9e150aa1016b3b12a8cef5f48f5))
15+
316
## [5.1.0](https://github.com/workos/workos-php/compare/5.0.3...5.1.0) (2026-04-20)
417

518

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)