From 4256ebe8d9a0566e8e104ec3b6ef1de487e21306 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Fri, 8 Dec 2023 09:43:42 -0800 Subject: [PATCH] Bump version to 76.9.0-beta.1 --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8dc460348..bffcff0b10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 76.9.0-beta.1 - 2023-12-08 +* [#1776](https://github.com/stripe/stripe-go/pull/1776) Update generated code for beta + * Add support for `Get` method on resource `FinancialConnections.Transaction` + * Remove support for `IssuingCard` and `IssuingCardsList` on `AccountSessionComponentsParams` + * Add support for `PaymentMethodRemove`, `PaymentMethodSave`, and `PaymentMethodSetAsDefault` on `CustomerSessionComponentsPaymentElementFeaturesParams` and `CustomerSessionComponentsPaymentElementFeatures` + * Remove support for `PaymentMethodDetach` and `PaymentMethodSetAsCustomerDefault` on `CustomerSessionComponentsPaymentElementFeaturesParams` and `CustomerSessionComponentsPaymentElementFeatures` + ## 76.8.0 - 2023-12-07 * [#1775](https://github.com/stripe/stripe-go/pull/1775) Update generated code * Add support for `PaymentDetails`, `Payments`, and `Payouts` on `AccountSessionComponentsParams` and `AccountSessionComponents` diff --git a/VERSION b/VERSION index 65a1d5a034..c06c89e380 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -76.8.0-beta.1 +76.9.0-beta.1 diff --git a/stripe.go b/stripe.go index 9a9508ba2c..8964a77009 100644 --- a/stripe.go +++ b/stripe.go @@ -1300,7 +1300,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "76.8.0-beta.1" +const clientversion = "76.9.0-beta.1" // 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