Skip to content

Commit

Permalink
Prepare for v3.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
agis committed Nov 22, 2024
1 parent 7b3ba0c commit 6b2543e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
## unreleased

## 3.3.0 - 2024-11-22

- changed: Align reverification names with other SDKs [https://github.com/clerk/clerk-sdk-ruby/pull/73]


## 3.3.0.beta1 - 2024-11-04

- feat: Add helpers for Step Up auth / re-verification [https://github.com/clerk/clerk-sdk-ruby/pull/72]

## 3.2.0 - 2024-04-08

- fix: Infinite redirect loop when client_uat=0 and __session exists [https://github.com/clerk/clerk-sdk-ruby/pull/55]
- fix: Infinite redirect loop when client_uat=0 and `__session` exists [https://github.com/clerk/clerk-sdk-ruby/pull/55]

## 3.1.0 - 2024-03-19

Expand Down
2 changes: 1 addition & 1 deletion lib/clerk/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Clerk
VERSION = "3.3.0.beta1"
VERSION = "3.3.0"
end

0 comments on commit 6b2543e

Please sign in to comment.