diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ae7179410..69db10c541 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## 76.11.0 - 2024-01-04 +* [#1792](https://github.com/stripe/stripe-go/pull/1792) Update generated code + * Add support for `Get` method on resource `Tax.Registration` + * Change type of `SubscriptionScheduleDefaultSettingsInvoiceSettings` from `nullable(InvoiceSettingSubscriptionScheduleSetting)` to `InvoiceSettingSubscriptionScheduleSetting` +* [#1790](https://github.com/stripe/stripe-go/pull/1790) Update generated code + * Add support for `CollectionMethod` on `MandatePaymentMethodDetailsUsBankAccount` + * Add support for `MandateOptions` on `PaymentIntentConfirmPaymentMethodOptionsUsBankAccountParams`, `PaymentIntentPaymentMethodOptionsUsBankAccountParams`, `PaymentIntentPaymentMethodOptionsUsBankAccount`, `SetupIntentConfirmPaymentMethodOptionsUsBankAccountParams`, `SetupIntentPaymentMethodOptionsUsBankAccountParams`, and `SetupIntentPaymentMethodOptionsUsBankAccount` +* [#1789](https://github.com/stripe/stripe-go/pull/1789) Update generated code + * Add support for new resource `FinancialConnections.Transaction` + * Add support for `Get` and `List` methods on resource `Transaction` + * Add support for `Subscribe` and `Unsubscribe` methods on resource `FinancialConnections.Account` + * Add support for `Features` on `AccountSessionComponentsPayoutsParams` + * Add support for `EditPayoutSchedule`, `InstantPayouts`, and `StandardPayouts` on `AccountSessionComponentsPayoutsFeatures` + * Change type of `CheckoutSessionPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetchParams`, `CheckoutSessionPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch`, `InvoicePaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetchParams`, `InvoicePaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch`, `PaymentIntentConfirmPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetchParams`, `PaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetchParams`, `PaymentIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch`, `SetupIntentConfirmPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetchParams`, `SetupIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetchParams`, `SetupIntentPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch`, `SubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetchParams`, and `SubscriptionPaymentSettingsPaymentMethodOptionsUsBankAccountFinancialConnectionsPrefetch` from `literal('balances')` to `enum('balances'|'transactions')` + * Add support for new value `financial_connections.account.refreshed_transactions` on enum `EventType` + * Add support for `Subscriptions` and `TransactionRefresh` on `FinancialConnectionsAccount` + * Add support for `NextRefreshAvailableAt` on `FinancialConnectionsAccountBalanceRefresh` + * Add support for new value `transactions` on enum `FinancialConnectionsSessionPrefetch` + * Add support for new value `unknown` on enum `IssuingAuthorizationVerificationDataAuthenticationExemptionType` + * Add support for new value `challenge` on enums `PaymentIntentPaymentMethodOptionsCardRequestThreeDSecure` and `SetupIntentPaymentMethodOptionsCardRequestThreeDSecure` + * Add support for `RevolutPay` on `PaymentMethodConfigurationParams` and `PaymentMethodConfiguration` + * Change type of `QuoteInvoiceSettings` from `nullable(InvoiceSettingQuoteSetting)` to `InvoiceSettingQuoteSetting` + * Add support for `DestinationDetails` on `Refund` +* [#1788](https://github.com/stripe/stripe-go/pull/1788) Use gofmt to format and lint + ## 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 3b07652404..634064b47c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -76.10.0 +76.11.0 diff --git a/stripe.go b/stripe.go index 32f61f1927..a762b5864c 100644 --- a/stripe.go +++ b/stripe.go @@ -1284,7 +1284,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "76.10.0" +const clientversion = "76.11.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