Skip to content

Commit

Permalink
Prepare for 2.9.0.beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
agis committed Jan 17, 2023
1 parent e0f9f67 commit 75d7a94
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## unreleased

## 2.9.0.beta3 - 2023-01-17

## Changed

- internal: Change request payloads to `application/json` content type [https://github.com/clerkinc/clerk-sdk-ruby/pull/29]

## 2.9.0.beta2 - 2023-01-05

- feat: Support setting the secret key (previously called Backend API key) using
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
clerk-sdk-ruby (2.9.0.beta2)
clerk-sdk-ruby (2.9.0.beta3)
concurrent-ruby (~> 1.1)
faraday (~> 1.4.1)
jwt (~> 2.5)
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 = "2.9.0.beta2"
VERSION = "2.9.0.beta3"
end

0 comments on commit 75d7a94

Please sign in to comment.