diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a078da09..3dc4a3fb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Offsite Payments CHANGELOG +### Version 2.7.0 (Apr 6, 2018) +- Remove Money gem as dependency into gemspec [filipebarcos] #288 + ### Version 2.6.8 (Mar 22, 2018) - Ensure values are always sanitized [christianblais] #281 - Updates exception handling for BitPay [joshnuss] #282 diff --git a/Gemfile.lock b/Gemfile.lock index 7ef587c6d..cd8831841 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - offsite_payments (2.6.8) + offsite_payments (2.7.0) actionpack (>= 3.2.20, < 6.0) active_utils (~> 3.3.0) activesupport (>= 3.2.14) diff --git a/lib/offsite_payments/version.rb b/lib/offsite_payments/version.rb index 49d55fbb1..60c890e03 100644 --- a/lib/offsite_payments/version.rb +++ b/lib/offsite_payments/version.rb @@ -1,3 +1,3 @@ module OffsitePayments - VERSION = "2.6.8" + VERSION = "2.7.0" end