Skip to content

Commit

Permalink
Bump to v2.7.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Nespo committed May 13, 2019
1 parent d2154d3 commit 677c124
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.11)
offsite_payments (2.7.12)
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.11"
VERSION = "2.7.12"
end

0 comments on commit 677c124

Please sign in to comment.