Skip to content

Commit

Permalink
Prepare for 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agis committed Oct 31, 2023
1 parent fb75b99 commit f4092d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## unreleased

## 2.11.1 - 2023-10-31

- fix: Properly set Clerk API key (secret) when using Faraday v2 [https://github.com/clerkinc/clerk-sdk-ruby/pull/37]

## 2.11.0 - 2023-10-27

- feat: Added support for Faraday v2 [https://github.com/clerkinc/clerk-sdk-ruby/pull/37]
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.11.0)
clerk-sdk-ruby (2.11.1)
concurrent-ruby (~> 1.1)
faraday (>= 1.4.1, < 3.0)
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.11.0"
VERSION = "2.11.1"
end

0 comments on commit f4092d6

Please sign in to comment.