Skip to content

Commit

Permalink
Release 1.79.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart de Water committed Jun 2, 2018
1 parent a0efb7d commit df66907
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

== HEAD

== Version 1.79.2 (June 2, 2018)
* Fix Gateway#max_version= overwriting min_version [bdewater]

== Version 1.79.1 (May 31, 2018)
* Fix Net::HTTP connections defaulting to connection: keep-alive instead of close since #2862 [bpollack] #2868
* Mundipagg: allow passing holder_document for credit card purchases [bpollack] #2864
Expand Down
2 changes: 1 addition & 1 deletion lib/active_merchant/posts_data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def self.included(base)
base.min_version = nil

base.class_attribute :max_version
base.min_version = nil
base.max_version = nil

base.class_attribute :retry_safe
base.retry_safe = false
Expand Down
2 changes: 1 addition & 1 deletion lib/active_merchant/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveMerchant
VERSION = "1.79.1"
VERSION = "1.79.2"
end

0 comments on commit df66907

Please sign in to comment.