Skip to content

Commit

Permalink
bump to 2.7.25
Browse files Browse the repository at this point in the history
  • Loading branch information
douglas committed Jan 6, 2021
1 parent 8e3b306 commit 14ee477
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Offsite Payments CHANGELOG

### version 2.7.25 (January 06, 2021)
- [REALEX] Improvements, validations and formatted phone number [ahumulescu, tjozwik, apetrovici] #348
- Change to use `String#start_with?` instead of `String#starts_with?`. [akiko-pusu] #342

### version 2.7.24 (March 30, 2020)
- Add ``allowed_push_host` to gemspec [pi3r]`

Expand Down
2 changes: 1 addition & 1 deletion lib/offsite_payments/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module OffsitePayments
VERSION = "2.7.24"
VERSION = "2.7.25"
end

0 comments on commit 14ee477

Please sign in to comment.