Skip to content

Conversation

@workos-sdk-automation
Copy link
Contributor

🤖 I have created a release beep boop

6.1.0 (2026-02-10)

Features

  • add support for totp_secret (#300) (c0a26bf)
  • Include Feature Flags decoded from the JWT in the payload of a Session (#386) (31a0e79)
  • workos-ruby: Add connection to authorization_url (#78) (c3a0e8e)

This PR was generated with Release Please. See documentation.

@workos-sdk-automation workos-sdk-automation bot requested a review from a team as a code owner February 10, 2026 17:19
@workos-sdk-automation workos-sdk-automation bot requested review from mthadley and removed request for a team February 10, 2026 17:19
@greptile-apps
Copy link

greptile-apps bot commented Feb 10, 2026

Greptile Overview

Greptile Summary

This release PR updates version metadata across the Ruby gem:

  • Bumps the release-please manifest to 6.1.0.
  • Updates WorkOS::VERSION and the local path gem entry in Gemfile.lock to 6.1.0.
  • Adds a CHANGELOG.md containing the 6.1.0 release notes (feature entries and comparison link).

No runtime behavior changes are introduced in this PR; it’s a version/changelog synchronization update generated by Release Please.

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk.
  • Changes are limited to version bumps and release metadata (manifest, VERSION constant, lockfile entry, and new changelog). No functional code paths were modified, and there are no apparent consistency issues across the updated version strings.
  • No files require special attention

Important Files Changed

Filename Overview
.release-please-manifest.json Bumps release-please manifest version from 6.0.0 to 6.1.0; no functional code changes.
CHANGELOG.md Adds a new CHANGELOG.md for v6.1.0 with feature entries and comparison links.
Gemfile.lock Updates local path gem version entry from 6.0.0 to 6.1.0; dependency set unchanged.
lib/workos/version.rb Updates WorkOS::VERSION constant to 6.1.0.

Sequence Diagram

sequenceDiagram
  autonumber
  participant Bot as release-please bot
  participant Repo as workos/workos-ruby repo
  participant Manifest as .release-please-manifest.json
  participant Version as lib/workos/version.rb
  participant Lock as Gemfile.lock
  participant Changelog as CHANGELOG.md

  Bot->>Repo: Generate release PR for v6.1.0
  Bot->>Manifest: Update version "6.0.0" -> "6.1.0"
  Bot->>Version: Update WorkOS::VERSION -> "6.1.0"
  Bot->>Lock: Update path gem version entry -> "6.1.0"
  Bot->>Changelog: Add v6.1.0 release notes
  Repo-->>Bot: PR ready for review/merge
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.

4 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@gjtorikian gjtorikian merged commit b835802 into main Feb 10, 2026
5 checks passed
@gjtorikian gjtorikian deleted the release-please--branches--main--components--workos branch February 10, 2026 19:15
@workos-sdk-automation
Copy link
Contributor Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant