Skip to content

Commit 5d8da4e

Browse files
committed
Release v1.81.0
1 parent 3baa26e commit 5d8da4e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* Remove unused handle_response method [bl] #2309
1717
* Barclaycard Smartpay: bump API version to v30 [bpollack] #2941
1818
* Safecharge: Remove duplicate supported country [curiousepic]
19+
* Payflow Express: Use SHIPTONAME instead of `full_name` for shipping address [filipebarcos] #2945
1920

2021
== Version 1.80.0 (July 4, 2018)
2122
* Default SSL min_version to TLS 1.1 to comply with June 30 PCI DSS deadline [bdewater] #2909

lib/active_merchant/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveMerchant
2-
VERSION = '1.80.0'
2+
VERSION = '1.81.0'
33
end

0 commit comments

Comments
 (0)