diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ac7e0244..dcc69b3b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Offsite Payments CHANGELOG +### version 2.7.26 (January 06, 2021) +- Exactly the same as 2.7.25, just adding a missing Gemfile.lock file + ### 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 diff --git a/Gemfile.lock b/Gemfile.lock index fa8510dfd..82ec6c35c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - offsite_payments (2.7.24) + offsite_payments (2.7.26) actionpack (>= 5.2.3) actionview (>= 5.1.6.2) active_utils (~> 3.3.0) diff --git a/lib/offsite_payments/version.rb b/lib/offsite_payments/version.rb index f333e8bdd..0e965c12c 100644 --- a/lib/offsite_payments/version.rb +++ b/lib/offsite_payments/version.rb @@ -1,3 +1,3 @@ module OffsitePayments - VERSION = "2.7.25" + VERSION = "2.7.26" end