diff options
author | Mark Wells <mark@freeside.biz> | 2016-01-26 12:17:38 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-01-26 12:17:38 -0800 |
commit | 1c41b905677ea430224fae05ec0d73805142f04d (patch) | |
tree | 7b56d5469a8ae79efbdb8f9e541aff79dba19d8a | |
parent | acf316d664edff1e00e7757817d8145889146f38 (diff) |
-rw-r--r-- | Changes | 3 | ||||
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/source/format | 2 |
3 files changed, 6 insertions, 3 deletions
@@ -1,5 +1,8 @@ Revision history for Business-BatchPayment +0.03 Tue Jan 26 12:11:22 PST 2016 + Add recurring_billing field. + 0.02 Fri Apr 3 14:29:05 PDT 2015 Add processor_id field (processor-assigned transaction reference) diff --git a/debian/changelog b/debian/changelog index e3c7953..9767f27 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -libbusiness-batchpayment-perl (0.03) UNRELEASED; urgency=medium +libbusiness-batchpayment-perl (0.03) unstable; urgency=medium * Add recurring_billing flag. * Fix a warning under current Moose ("enum" elements as arrayref). - -- Mark Wells <mark@freeside.biz> Mon, 25 Jan 2016 16:53:31 -0800 + -- Mark Wells <mark@freeside.biz> Tue, 26 Jan 2016 12:13:17 -0800 libbusiness-batchpayment-perl (0.02) unstable; urgency=low diff --git a/debian/source/format b/debian/source/format index af745b3..89ae9db 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (git) +3.0 (native) |