Skip to content

Commit c588508

Browse files
committed
Update CHANGELOG and ActiveMerchant::Version for 1.6.0
1 parent edd9eb5 commit c588508

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
= ActiveMerchant CHANGELOG
22

33
* Add support for new Braintree Blue Gateway (using the braintree gem) [Braintree]
4+
5+
== Version 1.6.0 (July 6, 2010)
6+
47
* Add a task rake gateways:hosts to get a list of all outbound hosts and ports [cody]
58
* Fix test failure in chronopay helper in Ruby 1.9.1 [cody]
69
* Fix timezone issue in credit card test. [cody]

Rakefile

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ require 'rake/gempackagetask'
66
require 'lib/support/gateway_support'
77
require 'lib/support/outbound_hosts'
88

9-
VERSION = "1.5.1"
10-
119
desc "Run the unit test suite"
1210
task :default => 'test:units'
1311

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.5.1" unless defined?(::ActiveMerchant::VERSION)
2+
VERSION = "1.6.0" unless defined?(::ActiveMerchant::VERSION)
33
end

0 commit comments

Comments
 (0)