Skip to content

Commit

Permalink
Prepare for 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agis committed Aug 30, 2022
1 parent db39c60 commit 50895bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## unreleased

## 2.3.0 - 2022-08-30

- feat: Add support for the users.verify_password endpoint

## 2.2.0 - 2022-08-26

- feat: Add support for [users.create](https://reference.clerk.dev/reference/backend-api-reference/users#create-a-user) endpoint
- feat: Add support for the [users.create](https://reference.clerk.dev/reference/backend-api-reference/users#create-a-user) endpoint

## 2.1.2 - 2022-08-26

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.2.0"
VERSION = "2.3.0"
end

0 comments on commit 50895bc

Please sign in to comment.