Skip to content

Commit

Permalink
Bump version 0.1.0 -> 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jayywolff committed Apr 13, 2023
1 parent 5050bb4 commit ad65718
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@ 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.1.1] - 2023-04-12

### Changed

- Updated README to point to published rubygem

## [0.1.0] - 2023-03-15 Initial release

### Changed

- Added devise 2FA support via Twilio Verify API
- Currently only support mobile phones with US country codes
- Removed Authy support
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.0'
VERSION = '0.1.1'
end

0 comments on commit ad65718

Please sign in to comment.