Skip to content

Commit

Permalink
Prepare for 1.24.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
John Duff committed Jun 8, 2012
1 parent c16ccc3 commit b257636
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
= ActiveMerchant CHANGELOG

== Version 1.24.0 (June 8, 2012)

* PayPal gateway: Support for incomplete captures [mbulat]
* Moneris gateway: Add support for vault [kenzie]
* NAB Transact gateway: Add support for card descriptors [nagash]
* SagePayForm: truncate long description fields [jnormore]
* Paybox Direct: treat all response codes besides '00000' as failures
[Soleone]
* Deprecate CreditCard#type method in favor of CreditCard#brand [jduff]

== Version 1.23.0 (May 23, 2012)

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.23.0"
VERSION = "1.24.0"
end

0 comments on commit b257636

Please sign in to comment.