Skip to content

Commit cbb82c6

Browse files
chore(main): release 7.1.2
1 parent 01d535f commit cbb82c6

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.1"
2+
".": "7.1.2"
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.2](https://github.com/workos/workos-go/compare/v7.1.1...v7.1.2) (2026-05-01)
4+
5+
6+
### Bug Fixes
7+
8+
* set canonical User-Agent header format ([#542](https://github.com/workos/workos-go/issues/542)) ([01d535f](https://github.com/workos/workos-go/commit/01d535fe47a0200ece0fb9d7e45f4cf04c888c0e))
9+
310
## [7.1.1](https://github.com/workos/workos-go/compare/v7.1.0...v7.1.1) (2026-04-30)
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.1" // x-release-please-version
7+
Version = "v7.1.2" // x-release-please-version
88
)

0 commit comments

Comments
 (0)