Skip to content

Commit

Permalink
Bump version to 72.34.0
Browse files Browse the repository at this point in the history
richardm-stripe committed Feb 18, 2021
1 parent b000bc2 commit 5d75c76
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 72.34.0 - 2021-02-18
* [#1252](https://github.com/stripe/stripe-go/pull/1252) API Updates
* Add support for `afterpay_clearpay` on `PaymentMethod`, `PaymentMethodParams`, `PaymentIntentPaymentMethodDataParams`, and `ChargePaymentMethodDetails`
* Add `afterpay_clearpay` as an enum member on `PaymentMethodType`
* Add support for `adjustable_quantity` on `CheckoutSessionLineItemParams`
* Add support for `on_behalf_of` on `InvoiceParams` and `Invoice`
* [#1249](https://github.com/stripe/stripe-go/pull/1249) Fix edge case panic in ParseID

## 72.33.0 - 2021-02-09
* [#1247](https://github.com/stripe/stripe-go/pull/1247) Added support for `payment_settings` to `Invoice`

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
72.33.0
72.34.0
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
@@ -1049,7 +1049,7 @@ func StringSlice(v []string) []*string {
const apiURL = "https://api.stripe.com"

// clientversion is the binding version
const clientversion = "72.33.0"
const clientversion = "72.34.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

0 comments on commit 5d75c76

Please sign in to comment.