-
Notifications
You must be signed in to change notification settings - Fork 33
chore(main): release 9.1.0 #494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
gjtorikian
merged 4 commits into
main
from
release-please--branches--main--components--workos
Jun 17, 2026
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
17662c4
chore(main): release 10.0.0
workos-sdk-automation[bot] 4b3acae
chore: inline release notes from .changelog-pending
workos-sdk-automation[bot] bd171dd
chore: update Gemfile.lock
workos-sdk-automation[bot] a7ff4ce
chore: correct release version to 9.1.0
gjtorikian File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
39 changes: 0 additions & 39 deletions
39
.changelog-pending/2026-06-03T19-21-00-dee95fc33c4f813ac60adfa8c57d210db8183dd8.md
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| { | ||
| ".": "9.0.0" | ||
| ".": "9.1.0" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,5 +2,5 @@ | |
|
|
||
| # @oagen-ignore-file | ||
| module WorkOS | ||
| VERSION = "9.0.0" | ||
| VERSION = "9.1.0" | ||
| end | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR title says "release 10.0.0" and the PR description explicitly documents this as
## [10.0.0]with ⚠ BREAKING CHANGES (removal ofreturn_tofromrevoke_session, addition ofUserApiKeyUpdatedDataOwneras a new required model). However, the actual version set inlib/workos/version.rb,.release-please-manifest.json,Gemfile.lock, andCHANGELOG.mdis9.1.0— a minor (non-breaking) bump. Semver requires a major version increment when public API compatibility is broken, so either the version should be10.0.0to match the declared breaking changes, or the PR description is stale and the breaking changes were intentionally excluded from this release.