From 61a1dd81621283807cf7e2325070921ba26283ba Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Thu, 7 Oct 2021 18:37:40 -0400 Subject: [PATCH] Bump version to 72.68.0 --- CHANGELOG.md | 10 ++++++++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d595a5d96c..c07077a518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 72.68.0 - 2021-10-07 +* [#1351](https://github.com/stripe/stripe-go/pull/1351) API Updates + * Add support for `PhoneNumberCollection` on `CheckoutSessionParams` and `CheckoutSession` + * Add support for `Phone` on `CheckoutSessionCustomerDetails` + * Add support for new value `customer_id` on enum `RadarValueListItemType` + * Add support for new value `bbpos_wisepos_e` on enum `TerminalReaderDeviceType` +* [#1350](https://github.com/stripe/stripe-go/pull/1350) [#1349](https://github.com/stripe/stripe-go/pull/1349) [#1347](https://github.com/stripe/stripe-go/pull/1347) [#1346](https://github.com/stripe/stripe-go/pull/1346) Codegen-related changes + * Add support for `Object` to `Token` + * Add support for `Object` on `Reversal` + ## 72.67.0 - 2021-09-29 * [#1345](https://github.com/stripe/stripe-go/pull/1345) API Updates * Add support for `KlarnaPayments` on `AccountCapabilitiesParams`, `AccountCapabilitiesParams`, and `AccountCapabilities` diff --git a/VERSION b/VERSION index 8e8339caec..108bd2557f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -72.67.0 +72.68.0 diff --git a/stripe.go b/stripe.go index 37df0c504f..b6c431d857 100644 --- a/stripe.go +++ b/stripe.go @@ -1203,7 +1203,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "72.67.0" +const clientversion = "72.68.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