From acb31d57501acf1ec064f43ec3585d14712b7488 Mon Sep 17 00:00:00 2001 From: Pierre Nespo Date: Wed, 22 May 2019 09:30:19 -0400 Subject: [PATCH] Bump to v2.7.13 --- CHANGELOG.md | 5 ++++- Gemfile.lock | 2 +- lib/offsite_payments/version.rb | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5debc25b9..8d056f814 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Offsite Payments CHANGELOG -### version 2.7.12 (December 14, 2018) +### 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 fb1b908ae..ff7dd3c86 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - offsite_payments (2.7.12) + offsite_payments (2.7.13) 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 cff263a01..f87ce311f 100644 --- a/lib/offsite_payments/version.rb +++ b/lib/offsite_payments/version.rb @@ -1,3 +1,3 @@ module OffsitePayments - VERSION = "2.7.12" + VERSION = "2.7.13" end