Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "9.1.0"
".": "9.1.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [9.1.1](https://github.com/workos/workos-go/compare/v9.1.0...v9.1.1) (2026-05-28)


### Bug Fixes

* **renovate:** explicitly enable minor and patch updates ([#556](https://github.com/workos/workos-go/issues/556)) ([8f31158](https://github.com/workos/workos-go/commit/8f31158181395c86a5805988740444e73b8fcc92))

## [9.1.0](https://github.com/workos/workos-go/compare/v9.0.0...v9.1.0) (2026-05-27)

### Features
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ package workos

const (
// Version represents the SDK version number.
Version = "v9.1.0" // x-release-please-version
Version = "v9.1.1" // x-release-please-version
)