Skip to content

Conversation

@nicknisi
Copy link
Member

@nicknisi nicknisi commented Nov 19, 2025

Description

This pull request updates the version number of the WorkOS gem from 5.27.0 to 5.28.0 in lib/workos/version.rb, indicating a new release.

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.

@greptile-apps
Copy link

greptile-apps bot commented Nov 19, 2025

Greptile Summary

  • Version bumped from 5.27.0 to 5.27.1 to release fix for reset_password API response parsing bug
  • Changes are limited to version constant and lockfile with no code logic modifications

Confidence Score: 5/5

  • This PR is completely safe to merge with zero risk.
  • This is a standard patch version bump with only version number changes - no code logic, dependencies, or functionality modifications that could introduce issues.
  • No files require special attention.

Sequence Diagram

sequenceDiagram
    participant Dev as "Developer"
    participant VerFile as "lib/workos/version.rb"
    participant Gemspec as "workos.gemspec"
    participant Lock as "Gemfile.lock"
    
    Dev->>VerFile: "Update VERSION constant to '5.27.1'"
    Dev->>Lock: "Run bundle install to update lockfile"
    Lock->>Gemspec: "Read WorkOS::VERSION"
    Gemspec->>VerFile: "Require 'workos/version'"
    VerFile-->>Gemspec: "Return '5.27.1'"
    Gemspec-->>Lock: "Update workos (5.27.1)"
    Lock-->>Dev: "Lockfile updated with new version"
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
React with 👍 or 👎 to share your feedback on this new summary format

@antn
Copy link
Member

antn commented Nov 20, 2025

Ah, thanks Nick! I was about to cut a new release too since I merged #404, which this version will include!

@nicknisi
Copy link
Member Author

Ah, thanks Nick! I was about to cut a new release too since I merged #404, which this version will include!

@antn ack, thanks for pointing out! Your change will make this a minor release. I'll change this and apply. Thanks!

@nicknisi nicknisi changed the title v5.27.1 v5.28.0 Nov 20, 2025
@nicknisi nicknisi merged commit f6d6780 into main Nov 20, 2025
2 checks passed
@nicknisi nicknisi deleted the nicknisi/v5.27.1 branch November 20, 2025 13:09
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.

4 participants