Skip to content

Commit

Permalink
Bump gem version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jayywolff committed Dec 30, 2024
1 parent 9c6ed7a commit 151e4ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.2.1] - 2024-12-29

### Changed

- Added apprasials for testing against Rails 7 and Rails 7.1
- Bump rspec-rails version from "~>4.0.0.beta3" to "~> 5.0.0" for Rails 5.2 and Rails 6 testing
- Updated README to move the authy migration instructions a bit below the README gem introduction / instructions

## [0.2.0] - 2024-12-21

### Changed
Expand Down
2 changes: 1 addition & 1 deletion lib/devise-twilio-verify/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DeviseTwilioVerify
VERSION = '0.2.0'
VERSION = '0.2.1'
end

0 comments on commit 151e4ea

Please sign in to comment.