Skip to content

Commit

Permalink
Prepare for 1.21 release
Browse files Browse the repository at this point in the history
  • Loading branch information
John Duff committed Mar 7, 2012
1 parent f509a42 commit 161a3c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
= ActiveMerchant CHANGELOG

== Version 1.21.0 (March 7, 2012)

* Stripe: Add support for passing IP [collision]
* Merchant e-Solutions: pass expiration date when purchasing with a stored credit card [chrisyoung]
* Braintree: Fix passing custom processor ids to old accounts [maxsilver]
Expand All @@ -12,7 +14,6 @@
* Authorize.Net CIM: Add option for setting a custom delimiter [bmorton]
* Authorize.Net CIM: Add 3.1 response fields [bmorton]
* Authorize.Net CIM: Misc fixes and doc improvements [bmorton]
* Moneris: Add AVS/CVV support [odorcicd]
* Authorize.Net CIM: Fix error when order is blank [KeeperPat]
* Beanstream: Add recurring payments support [castiglione]
* Make ePay password optional [ePay]
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.20.4"
VERSION = "1.21.0"
end

0 comments on commit 161a3c3

Please sign in to comment.