diff --git a/CHANGELOG.md b/CHANGELOG.md index 49e06f1995..a9641eed86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 76.11.0-beta.1 - 2023-12-22 +* [#1791](https://github.com/stripe/stripe-go/pull/1791) Update generated code for beta + * Add support for `CapitalFinancingPromotion` on `AccountSessionComponentsParams` and `AccountSessionComponents` + * Add support for new value `shipping_address_invalid` on enums `InvoiceLastFinalizationErrorCode`, `PaymentIntentLastPaymentErrorCode`, `SetupAttemptSetupErrorCode`, `SetupIntentLastSetupErrorCode`, and `StripeErrorCode` + * Change type of `InvoiceIssuer` and `SubscriptionScheduleDefaultSettingsInvoiceSettingsIssuer` from `nullable(ConnectAccountReference)` to `ConnectAccountReference` + * Change type of `PaymentLinkSubscriptionDataInvoiceSettings` from `nullable(PaymentLinksResourceSubscriptionDataInvoiceSettings)` to `PaymentLinksResourceSubscriptionDataInvoiceSettings` + * Add support for `ShipFromDetails` on `TaxCalculationParams`, `TaxCalculation`, and `TaxTransaction` + ## 76.10.0 - 2023-12-22 * [#1790](https://github.com/stripe/stripe-go/pull/1790) Update generated code * Add support for `CollectionMethod` on `MandatePaymentMethodDetailsUsBankAccount` diff --git a/VERSION b/VERSION index 960e404d34..9013318b4c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -76.10.0-beta.1 +76.11.0-beta.1 diff --git a/stripe.go b/stripe.go index eee906bb4e..3096b18226 100644 --- a/stripe.go +++ b/stripe.go @@ -1361,7 +1361,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "76.10.0-beta.1" +const clientversion = "76.11.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