From 3d4d7d9f58d8d4b7537bc9f6ede78720d01951ba Mon Sep 17 00:00:00 2001 From: Filipe Costa Date: Wed, 4 Jul 2018 09:47:02 -0400 Subject: [PATCH] Release 1.80.0 --- CHANGELOG | 2 ++ lib/active_merchant/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 64f96ed2222..a63a94dd4d2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ = ActiveMerchant CHANGELOG == HEAD + +== Version 1.80.0 (July 4, 2018) * Default SSL min_version to TLS 1.1 to comply with June 30 PCI DSS deadline [bdewater] #2909 * Paymentez: return a Result object even when the upstream server 500s [bpollack] #2871 * Drop support for Ruby versions older than 2.3 [bpollack] #2863 diff --git a/lib/active_merchant/version.rb b/lib/active_merchant/version.rb index 46c298f78d8..b1883e4e5c3 100644 --- a/lib/active_merchant/version.rb +++ b/lib/active_merchant/version.rb @@ -1,3 +1,3 @@ module ActiveMerchant - VERSION = '1.79.2' + VERSION = '1.80.0' end