chore(main): release 9.1.0#494
Conversation
Greptile SummaryThis is an automated Release Please PR that bumps the gem version from
Confidence Score: 4/5The version bump is internally consistent across all files, but the declared release version in the PR title and description does not match what was actually committed. All version-related files agree on 9.1.0, so there is no internal inconsistency in the gem itself. However, the PR description documents breaking changes that would require a major version bump under semver. If those breaking changes are truly included in the code shipped by the referenced PRs, consumers who pin to ~> 9.0 would receive API-incompatible changes silently. lib/workos/version.rb and .release-please-manifest.json — verify whether the version should be 10.0.0 given the breaking changes described in the PR. Important Files Changed
|
f756004 to
cc387b2
Compare
f97af89 to
17662c4
Compare
| @@ -2,5 +2,5 @@ | |||
|
|
|||
| # @oagen-ignore-file | |||
| module WorkOS | |||
There was a problem hiding this comment.
Version mismatch between PR metadata and actual release
The PR title says "release 10.0.0" and the PR description explicitly documents this as ## [10.0.0] with ⚠ BREAKING CHANGES (removal of return_to from revoke_session, addition of UserApiKeyUpdatedDataOwner as a new required model). However, the actual version set in lib/workos/version.rb, .release-please-manifest.json, Gemfile.lock, and CHANGELOG.md is 9.1.0 — a minor (non-breaking) bump. Semver requires a major version increment when public API compatibility is broken, so either the version should be 10.0.0 to match the declared breaking changes, or the PR description is stale and the breaking changes were intentionally excluded from this release.
🤖 I have created a release beep boop
9.1.0 (2026-06-17)
Bug Fixes
#495 feat(generated): regenerate from spec (8 changes)
Features
ExpireApiKeyApiKeyUpdatedApiKeyUpdatedDataApiKeyUpdatedDataOwnerUserApiKeyUpdatedDataOwnerApiKeyUpdatedDataPreviousAttributePOST /api_keys/{id}/expireSnowflaketoAuditLogConfigurationLogStreamTypenametoUserObjectDsyncTokenCreatedDsyncTokenCreatedDataDsyncTokenRevokedDsyncTokenRevokedDatanameto user management modelsapi_key.updatedtoCreateWebhookEndpointEventsapi_key.updatedtoUpdateWebhookEndpointEventsThis PR was generated with Release Please. See documentation.