diff --git a/CHANGELOG.md b/CHANGELOG.md index 62edeb728..02fb479df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Offsite Payments CHANGELOG + +### version 2.7.8 (October 11, 2018) +- remove credential2 and access key from citrus helper fields [elfassy] #304 + ### version 2.7.7 (September 13, 2018) - Update sprockets to new versions [Girardvjonathan] #302 diff --git a/Gemfile.lock b/Gemfile.lock index eaa06d982..78b809540 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - offsite_payments (2.7.7) + offsite_payments (2.7.8) 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 4b7d9195d..c17c90fb6 100644 --- a/lib/offsite_payments/version.rb +++ b/lib/offsite_payments/version.rb @@ -1,3 +1,3 @@ module OffsitePayments - VERSION = "2.7.7" + VERSION = "2.7.8" end