Skip to content

Commit

Permalink
Prepare for 0.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Feb 3, 2012
1 parent a2ceb58 commit 0be2aea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changelog.md
@@ -1,3 +1,9 @@
# 0.2.0
* Generated transactions (from FakeBraintree.generate_transaction) now include
the amount.
* Braintree::Customer.update will reject updates that contain credit cards that
have been marked as a failure in the registry.

# 0.1.1
* Braintree::CreditCard.update now works

Expand Down
2 changes: 1 addition & 1 deletion lib/fake_braintree/version.rb
@@ -1,3 +1,3 @@
module FakeBraintree
VERSION = "0.1.1"
VERSION = "0.2.0"
end

0 comments on commit 0be2aea

Please sign in to comment.