Skip to content

Commit

Permalink
Bump version to 71.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed May 21, 2020
1 parent 73491ec commit 4cd2b21
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 71.13.0 - 2020-05-20
* [#1101](https://github.com/stripe/stripe-go/pull/1101) Multiple API Changes
* Add `BalanceTransactionTypeAnticipationRepayment` as a `Type` on `BalanceTransaction`
* Add `PaymentMethodTypeInteracPresent` as a `Type` on `PaymentMethod`
* Add `ChargePaymentMethodDetailsInteracPresent` on `Charge`
* Add `TransferData ` on `SubscriptionSchedule`

## 71.12.0 - 2020-05-18
* [#1099](https://github.com/stripe/stripe-go/pull/1099) Multiple API changes
* Add `issuing_dispute` as a `type` on `BalanceTransaction`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
71.12.0
71.13.0
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ func StringSlice(v []string) []*string {
const apiURL = "https://api.stripe.com"

// clientversion is the binding version
const clientversion = "71.12.0"
const clientversion = "71.13.0"

// defaultHTTPTimeout is the default timeout on the http.Client used by the library.
// This is chosen to be consistent with the other Stripe language libraries and
Expand Down

0 comments on commit 4cd2b21

Please sign in to comment.