From 45688755567e6493b84c3d11477bcb240a50ceb3 Mon Sep 17 00:00:00 2001 From: Houzl Date: Fri, 17 Mar 2017 11:57:54 -0400 Subject: [PATCH] Rev to 9.12 --- CHANGELOG | 5 +++++ Rakefile | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a303d89..fb72c37 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ = LitleOnline CHANGELOG +==Version 9.12.0 +*Feature: updated to use XML v9.12 +*Feature: added SEPA Direct Debit transaction support +*Feature: added iDeal (Direct Debit) transaction support + ==Version 9.10.0 * Feature: add androidpay * Feature: add network enhancements for original txn Id and original amount diff --git a/Rakefile b/Rakefile index 993a48b..067deb5 100644 --- a/Rakefile +++ b/Rakefile @@ -30,11 +30,11 @@ require 'rake/clean' spec = Gem::Specification.new do |s| FileUtils.rm_rf('pkg') s.name = "LitleOnline" - s.summary = "Ruby SDK produced by Vantiv eCommerce for transaction processing using Vantiv eCommerce XML format v9.10" + s.summary = "Ruby SDK produced by Vantiv eCommerce for transaction processing using Vantiv eCommerce XML format v9.12" s.description = File.read(File.join(File.dirname(__FILE__), 'DESCRIPTION')) s.requirements = [ 'Contact sdksupport@vantiv.com for more information' ] - s.version = "9.10.0" + s.version = "9.12.0" s.author = "Vantiv eCommerce" s.email = "sdksupport@vantiv.com" s.homepage = "http://www.vantiv.com/developers"