diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d056f814..e847b94e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ # Offsite Payments CHANGELOG +### version 2.7.14 (June 18, 2018) +- [Bitpay] Include basic auth only when the api isn't v2 [anbugal] #323 + ### version 2.7.13 (May 22, 2018) - [BitPay] Add token to payload while creating the invoice [pi3r] #321 ### version 2.7.12 (May 13, 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 diff --git a/Gemfile.lock b/Gemfile.lock index ff7dd3c86..47c21c214 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - offsite_payments (2.7.13) + offsite_payments (2.7.14) 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 f87ce311f..987c52c1b 100644 --- a/lib/offsite_payments/version.rb +++ b/lib/offsite_payments/version.rb @@ -1,3 +1,3 @@ module OffsitePayments - VERSION = "2.7.13" + VERSION = "2.7.14" end