Skip to content

Commit

Permalink
3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
braintreeps committed Oct 19, 2020
1 parent 309913e commit 5f1feac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 3.0.0
## 3.0.1

* Add `CreditCardVerification::GatewayRejectionReason`
* Memory improvements related to XML parsing (addresses #159)
Expand Down Expand Up @@ -76,6 +76,9 @@
* Update libxml-ruby dependency to >= 3.2.0
* Update gemspec to require ruby >= 2.5.0

## 3.0.0
This version has been yanked from rubygems, do not use.

## 2.104.1

* Update `LocalPaymentCompleted` webhook to handle no transaction being created for unbranded local payment methods
Expand Down
2 changes: 1 addition & 1 deletion lib/braintree/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Braintree
module Version
Major = 3
Minor = 0
Tiny = 0
Tiny = 1

String = "#{Major}.#{Minor}.#{Tiny}"
end
Expand Down

0 comments on commit 5f1feac

Please sign in to comment.