diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e2916450..5debc25b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Offsite Payments CHANGELOG -### version 2.7.10 (December 14, 2018) +### version 2.7.12 (December 14, 2018) +- [BitPay] Use v2 api urls when the api token is of type v2 [pi3r] #319 +- Fix CVE-2019-5418, CVE-2018-14404 [pi3r] #317 + +### version 2.7.11 (December 14, 2018) - Add `TXNDATETIME` to the whitelist of params to use for checksum verification [pi3r] #308 ### version 2.7.10 (November 26, 2018) diff --git a/Gemfile.lock b/Gemfile.lock index a68a0df0b..fb1b908ae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - offsite_payments (2.7.11) + offsite_payments (2.7.12) 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 55fb8537f..cff263a01 100644 --- a/lib/offsite_payments/version.rb +++ b/lib/offsite_payments/version.rb @@ -1,3 +1,3 @@ module OffsitePayments - VERSION = "2.7.11" + VERSION = "2.7.12" end