Skip to content

Commit

Permalink
bump version 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jayywolff committed Jan 2, 2025
1 parent 6ac1513 commit 4cf1268
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.5] - 2025-01-02

### Changed

- Raise "Missing Twilio Credentials" when Twilio credentials are nil or empty strings.
- Added test coverage for TwilioVerifyService, (the abstraction layer for Twilio Verify API calls)
- Updated gemspec summary/description again

## [0.2.4] - 2024-12-29

### 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.4'
VERSION = '0.2.5'
end

0 comments on commit 4cf1268

Please sign in to comment.