Skip to content

Commit

Permalink
Prepare for 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
agis committed Jan 9, 2024
1 parent b4f293c commit f188144
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
## unreleased

## 2.12.0 - 2024-01-09
## 3.0.0 - 2024-01-09

Note: this is identical to 2.12.0, which was yanked because it contained a
breaking change.

- feat: Add org role/permission helpers [https://github.com/clerk/clerk-sdk-ruby/pull/40]
- changed: drop create sms endpoint [https://github.com/clerk/clerk-sdk-ruby/pull/39]

## [YANKED] 2.12.0 - 2024-01-09

- feat: Add org role/permission helpers [https://github.com/clerk/clerk-sdk-ruby/pull/40]
- changed: drop create sms endpoint [https://github.com/clerk/clerk-sdk-ruby/pull/39]
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.12.0"
VERSION = "3.0.0"
end

0 comments on commit f188144

Please sign in to comment.