Skip to content

Commit 151e4ea

Browse files
committed
Bump gem version 0.2.1
1 parent 9c6ed7a commit 151e4ea

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

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+
816
## [0.2.0] - 2024-12-21
917

1018
### Changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module DeviseTwilioVerify
4-
VERSION = '0.2.0'
4+
VERSION = '0.2.1'
55
end

0 commit comments

Comments
 (0)