diff --git a/CHANGELOG.md b/CHANGELOG.md index dcc69b3b4..1d8f4b9cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Offsite Payments CHANGELOG +### version 2.7.27 (January 21, 2021) +- [Gestpay] Update service_url #352 +- Specify money gem version #353 + ### version 2.7.26 (January 06, 2021) - Exactly the same as 2.7.25, just adding a missing Gemfile.lock file diff --git a/Gemfile.lock b/Gemfile.lock index 03053d1e0..28765562e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - offsite_payments (2.7.26) + offsite_payments (2.7.27) 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 0e965c12c..c2aee671c 100644 --- a/lib/offsite_payments/version.rb +++ b/lib/offsite_payments/version.rb @@ -1,3 +1,3 @@ module OffsitePayments - VERSION = "2.7.26" + VERSION = "2.7.27" end