Skip to content

Commit ddf7d46

Browse files
chore(main): release 7.1.1
1 parent 29d0099 commit ddf7d46

3 files changed

Lines changed: 14 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-
".": "7.1.0"
2+
".": "7.1.1"
33
}

CHANGELOG.md

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

3+
## [7.1.1](https://github.com/workos/workos-php/compare/v7.1.0...v7.1.1) (2026-06-18)
4+
5+
6+
### Bug Fixes
7+
8+
* Fix empty body serializing as JSON array instead of object ([#403](https://github.com/workos/workos-php/issues/403)) ([29d0099](https://github.com/workos/workos-php/commit/29d0099fc05bae3860a40cb8cf2db9b4cc05cc0f))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* commit publishing fixes ([c7ba478](https://github.com/workos/workos-php/commit/c7ba47825e20a91cdc40d00cb001ccee94aba288))
14+
315
## [7.1.0](https://github.com/workos/workos-php/compare/v7.0.1...v7.1.0) (2026-06-17)
416

517
### Miscellaneous Chores

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 = '7.1.0'; // x-release-please-version
12+
public const SDK_VERSION = '7.1.1'; // x-release-please-version
1313
}

0 commit comments

Comments
 (0)