Skip to content

Commit

Permalink
Bump version to 72.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dcr-stripe committed Aug 19, 2021
1 parent 6a809e5 commit 6e9d461
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 72.61.0 - 2021-08-19
* [#1328](https://github.com/stripe/stripe-go/pull/1328) API Updates
* Add support for new TaxId type: `au_arn`
* Add support for `InteracPresent` on `ChargePaymentMethodDetails`
* Add support for `SepaCreditTransfer` on `ChargePaymentMethodDetails`
* Codegen related changes:
* Moved `ShippingDetails` into `address.go`
* Add support for `Object` and `Order` to `Charge`
* Renamed `ReviewReasonType` enum to `ReviewReason` but added a type alias to preserve backwards compatibility
* [#1323](https://github.com/stripe/stripe-go/pull/1323) codegen: api.go

## 72.60.0 - 2021-08-11
* [#1325](https://github.com/stripe/stripe-go/pull/1325) API Updates
* Add support for `locale` on ` BillingPortalSessionParams` and ` BillingPortalSession`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
72.60.0
72.61.0
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@ func StringSlice(v []string) []*string {
//

// clientversion is the binding version
const clientversion = "72.60.0"
const clientversion = "72.61.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 6e9d461

Please sign in to comment.