Skip to content

Conversation

@gjtorikian
Copy link
Contributor

Description

Cut a new release for #415.

Documentation

Does this require changes to the WorkOS Docs? E.g. the API Reference or code snippets need updates.

[ ] Yes

If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.

@gjtorikian gjtorikian requested a review from a team as a code owner January 15, 2026 15:18
@gjtorikian gjtorikian requested review from blairworkos and removed request for a team January 15, 2026 15:18
@greptile-apps
Copy link

greptile-apps bot commented Jan 15, 2026

Greptile Summary

Bumped version from 5.30.1 to 5.31.0 to release new session management functionality added in PR #415, which includes the ability to list user sessions via the WorkOS User Management API.

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • The change is a straightforward version bump following semantic versioning correctly (minor version increment for new features). The underlying feature in PR Add list sessions to user management #415 was additive with no breaking changes, making this release entirely safe.
  • No files require special attention

Important Files Changed

Filename Overview
lib/workos/version.rb Version bump from 5.30.1 to 5.31.0 for new session management features

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Repo as workos-ruby
    participant RubyGems as RubyGems Registry
    participant Users as Gem Users

    Dev->>Repo: Merge PR #415 (Add list sessions)
    Dev->>Repo: Update VERSION constant (5.30.1 → 5.31.0)
    Dev->>Repo: Commit version bump
    Repo->>RubyGems: Publish gem version 5.31.0
    RubyGems->>Users: New version available
    Users->>Users: bundle update workos
    Users->>Users: Access new list_sessions API
Loading

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

@gjtorikian gjtorikian merged commit 629035e into main Jan 15, 2026
4 checks passed
@gjtorikian gjtorikian deleted the gem-version-bump branch January 15, 2026 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants