Skip to content

v1.1.4 - #80

Merged
gjtorikian merged 1 commit into
mainfrom
version-bump-1.1.4
Jan 22, 2026
Merged

v1.1.4#80
gjtorikian merged 1 commit into
mainfrom
version-bump-1.1.4

Conversation

@workos-sdk-automation

Copy link
Copy Markdown
Contributor

Bumps version from 1.1.3 to 1.1.4.

This PR was automatically created by the version-bump workflow.

@gjtorikian
gjtorikian merged commit d72c34b into main Jan 22, 2026
4 checks passed
@gjtorikian
gjtorikian deleted the version-bump-1.1.4 branch January 22, 2026 18:36
@greptile-apps

greptile-apps Bot commented Jan 22, 2026

Copy link
Copy Markdown

Greptile Summary

This PR bumps the SDK version from 1.1.3 to 1.1.4 in the mix.exs file as part of the automated release workflow.

  • Single line change updating the @version module attribute
  • No functional changes to the codebase
  • Follows semantic versioning (patch version increment)

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • The change is a single-line version number update with no logic changes, security implications, or potential for bugs
  • No files require special attention

Important Files Changed

Filename Overview
mix.exs Version bumped from 1.1.3 to 1.1.4 - no issues found

Sequence Diagram

sequenceDiagram
    participant A as Automation Bot
    participant R as Repository
    participant V as Version System
    
    A->>R: Trigger version bump workflow
    A->>V: Read current version (1.1.3)
    V->>A: Return version
    A->>A: Increment patch version
    A->>R: Update mix.exs @version to 1.1.4
    A->>R: Create commit "v1.1.4"
    A->>R: Create Pull Request #80
Loading

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

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