Skip to content

Commit

Permalink
Bump to 0.0.4. Add Changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Oct 24, 2011
1 parent 6bd119e commit 54130ae
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 0.0.4
* Allow for very basic card verification

# 0.0.3
* Ensure FakeBraintree.log_file_path directory exists
* The FakeBraintree.log_file_path attribute can now be read (it could only be set before)
* Clear log when FakeBraintree.clear! is called
* Correctly handle nonexistent subscriptions when using
Braintree::Subscription.find
2 changes: 1 addition & 1 deletion lib/fake_braintree/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FakeBraintree
VERSION = "0.0.3"
VERSION = "0.0.4"
end

0 comments on commit 54130ae

Please sign in to comment.