Skip to content

Commit 1804234

Browse files
chore(main): release 7.1.1
1 parent c7ba478 commit 1804234

3 files changed

Lines changed: 9 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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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+
### Miscellaneous Chores
7+
8+
* commit publishing fixes ([c7ba478](https://github.com/workos/workos-php/commit/c7ba47825e20a91cdc40d00cb001ccee94aba288))
9+
310
## [7.1.0](https://github.com/workos/workos-php/compare/v7.0.1...v7.1.0) (2026-06-17)
411

512
### 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)