File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.2.1] - 2024-12-29
9
+
10
+ ### Changed
11
+
12
+ - Added apprasials for testing against Rails 7 and Rails 7.1
13
+ - Bump rspec-rails version from "~ >4.0.0.beta3" to "~ > 5.0.0" for Rails 5.2 and Rails 6 testing
14
+ - Updated README to move the authy migration instructions a bit below the README gem introduction / instructions
15
+
8
16
## [ 0.2.0] - 2024-12-21
9
17
10
18
### Changed
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module DeviseTwilioVerify
4
- VERSION = '0.2.0 '
4
+ VERSION = '0.2.1 '
5
5
end
You can’t perform that action at this time.
0 commit comments