Skip to content

Commit 3582ece

Browse files
chore(main): release 7.1.1 (#540)
Co-authored-by: workos-sdk-automation[bot] <255426317+workos-sdk-automation[bot]@users.noreply.github.com>
1 parent ed9b464 commit 3582ece

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-go/compare/v7.1.0...v7.1.1) (2026-04-30)
4+
5+
6+
### Bug Fixes
7+
8+
* parse webhook/action signature timestamps as milliseconds ([#539](https://github.com/workos/workos-go/issues/539)) ([ed9b464](https://github.com/workos/workos-go/commit/ed9b464746db86d0b4cd32ea197b8dc7277d0b6b))
9+
310
## [7.1.0](https://github.com/workos/workos-go/compare/v7.0.0...v7.1.0) (2026-04-28)
411

512

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ package workos
44

55
const (
66
// Version represents the SDK version number.
7-
Version = "v7.1.0" // x-release-please-version
7+
Version = "v7.1.1" // x-release-please-version
88
)

0 commit comments

Comments
 (0)