Skip to content

Commit

Permalink
bump version 0.1.1 -> 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jayywolff committed Dec 21, 2024
1 parent 01c0f0e commit 37e84c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ 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.0] - 2024-12-21

### Changed

- Bugfix to not return any users when the mobile phone number is missing when querying for a user with `User.find_by_mobile_phone`
- Fixed test coverage from the initial fork from Authy to Twilio Verify API
- Disabled specs for TOTP setup. Currently there's just a method exposed to generate a code with the Twilio Verify service. Rails apps consuming the gem are expected to to generate a qr code with this code and present it to the user to scan. This feature can be added in the future
- Restored original flash message behavior from authy-devise on a few endpoints. Despite this being the original behavior, due to this change I will bump versioning as minor version release for Rails apps that did not migrate from devise-authy

## [0.1.1] - 2023-04-12

### 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.1.1'
VERSION = '0.2.0'
end

0 comments on commit 37e84c1

Please sign in to comment.