We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ba478 commit 1804234Copy full SHA for 1804234
3 files changed
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "7.1.0"
+ ".": "7.1.1"
3
}
CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [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
10
## [7.1.0](https://github.com/workos/workos-php/compare/v7.0.1...v7.1.0) (2026-06-17)
11
12
### Miscellaneous Chores
lib/Version.php
@@ -9,5 +9,5 @@ final class Version
public const SDK_IDENTIFIER = 'WorkOS PHP';
- public const SDK_VERSION = '7.1.0'; // x-release-please-version
+ public const SDK_VERSION = '7.1.1'; // x-release-please-version
13
0 commit comments