Skip to content

Conversation

@workos-sdk-automation
Copy link
Contributor

This PR bumps the version from 4.29.0 to 4.30.0.

Bump type: minor


This PR was automatically created by the version bump workflow.

@gjtorikian gjtorikian merged commit 8d63a31 into main Jan 21, 2026
7 checks passed
@gjtorikian gjtorikian deleted the version-bump-4.30.0 branch January 21, 2026 18:14
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Jan 21, 2026

Greptile Summary

This PR bumps the SDK version from 4.29.0 to 4.30.0 following the implementation of Authkit Sessions in PR #315.

  • Updated SDK_VERSION constant in lib/Version.php
  • Minor version bump follows semantic versioning conventions
  • Automated version bump created by workflow

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • Simple version constant update with correct semantic versioning, no functional code changes, and no security concerns
  • No files require special attention

Important Files Changed

Filename Overview
lib/Version.php Version constant updated from 4.29.0 to 4.30.0, no issues found

Sequence Diagram

sequenceDiagram
    participant Bot as workos-sdk-automation
    participant Repo as workos-php Repository
    participant Version as lib/Version.php
    
    Bot->>Repo: Trigger version bump workflow
    Bot->>Version: Update SDK_VERSION constant
    Version-->>Version: 4.29.0 → 4.30.0
    Bot->>Repo: Create PR #317
    Repo-->>Bot: PR created successfully
Loading

Copy link
Contributor

@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

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