Skip to content

Commit 3765fa1

Browse files
author
Cody Fauser
committed
Prepare for 1.5.0 release
1 parent bbf79b4 commit 3765fa1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
= ActiveMerchant CHANGELOG
22

3+
== Version 1.5.0 (February 2, 2010)
4+
35
* Fix Gestpay notification to avoid Ruby 1.9 warnings [cody]
46
* Fix Chronopay notification time parsing for Ruby 1.9 [Joe Van Dyk]
57
* Set default currency of Braintree to USD [cody]

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require 'rake/contrib/rubyforgepublisher'
77
require File.join(File.dirname(__FILE__), 'lib', 'support', 'gateway_support')
88

99

10-
PKG_VERSION = "1.4.2"
10+
PKG_VERSION = "1.5.0"
1111
PKG_NAME = "activemerchant"
1212
PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
1313

0 commit comments

Comments
 (0)