diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9695e0ec..32ebf8e7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.1.0" + ".": "9.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 617c1b6a..e14ede9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/version.go b/version.go index 1ae7af9b..7218dc0f 100644 --- a/version.go +++ b/version.go @@ -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 )