Skip to content

Commit

Permalink
Bump to v2.7.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Nespo committed Jun 18, 2019
1 parent a1089df commit 2c94880
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/offsite_payments/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module OffsitePayments
VERSION = "2.7.13"
VERSION = "2.7.14"
end

0 comments on commit 2c94880

Please sign in to comment.