From f6d9da63ee4a2cb4c56b1c4c1fd85f852d106543 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Thu, 25 Jan 2024 09:19:00 -0800 Subject: [PATCH] Bump version to 76.14.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70a8f67cc3..9b66b89f92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## 76.14.0 - 2024-01-25 +* [#1803](https://github.com/stripe/stripe-go/pull/1803) Update generated code + * Add support for `AnnualRevenue` and `EstimatedWorkerCount` on `AccountBusinessProfileParams` and `AccountBusinessProfile` + * Add support for new value `registered_charity` on enum `AccountCompanyStructure` + * Add support for `CollectionOptions` on `AccountLinkParams` + * Add support for `Liability` on `CheckoutSessionAutomaticTaxParams`, `CheckoutSessionAutomaticTax`, `PaymentLinkAutomaticTaxParams`, `PaymentLinkAutomaticTax`, `QuoteAutomaticTaxParams`, `QuoteAutomaticTax`, `SubscriptionScheduleDefaultSettingsAutomaticTaxParams`, `SubscriptionScheduleDefaultSettingsAutomaticTax`, `SubscriptionSchedulePhasesAutomaticTaxParams`, and `SubscriptionSchedulePhasesAutomaticTax` + * Add support for `Issuer` on `CheckoutSessionInvoiceCreationInvoiceDataParams`, `CheckoutSessionInvoiceCreationInvoiceData`, `PaymentLinkInvoiceCreationInvoiceDataParams`, `PaymentLinkInvoiceCreationInvoiceData`, `QuoteInvoiceSettingsParams`, `QuoteInvoiceSettings`, `SubscriptionScheduleDefaultSettingsInvoiceSettingsParams`, `SubscriptionScheduleDefaultSettingsInvoiceSettings`, `SubscriptionSchedulePhasesInvoiceSettingsParams`, and `SubscriptionSchedulePhasesInvoiceSettings` + * Add support for `InvoiceSettings` on `CheckoutSessionSubscriptionDataParams`, `PaymentLinkSubscriptionDataParams`, and `PaymentLinkSubscriptionData` + * Add support for `PromotionCode` on `InvoiceUpcomingDiscountsParams`, `InvoiceUpcomingInvoiceItemsDiscountsParams`, `InvoiceUpcomingLinesDiscountsParams`, and `InvoiceUpcomingLinesInvoiceItemsDiscountsParams` + * Add support for new value `challenge` on enums `InvoicePaymentSettingsPaymentMethodOptionsCardRequestThreeDSecure` and `SubscriptionPaymentSettingsPaymentMethodOptionsCardRequestThreeDSecure` + * Add support for `AccountType` on `PaymentMethodUsBankAccountParams` +* [#1800](https://github.com/stripe/stripe-go/pull/1800) Update generated code + +* [#1798](https://github.com/stripe/stripe-go/pull/1798) Update generated code + * Add support for new value `nn` on enums `ChargePaymentMethodDetailsIdealBank`, `PaymentMethodIdealBank`, and `SetupAttemptPaymentMethodDetailsIdealBank` + * Add support for `Issuer` on `InvoiceParams`, `InvoiceUpcomingLinesParams`, `InvoiceUpcomingParams`, and `Invoice` + * Add support for `Liability` on `InvoiceAutomaticTaxParams`, `InvoiceAutomaticTax`, `InvoiceUpcomingAutomaticTaxParams`, `InvoiceUpcomingLinesAutomaticTaxParams`, `SubscriptionAutomaticTaxParams`, and `SubscriptionAutomaticTax` + * Add support for `OnBehalfOf` on `InvoiceUpcomingLinesParams` and `InvoiceUpcomingParams` + * Add support for `PIN` on `IssuingCardParams` + * Add support for `RevocationReason` on `MandatePaymentMethodDetailsBacsDebit` + * Add support for `CustomerBalance` on `PaymentMethodConfigurationParams` and `PaymentMethodConfiguration` + * Add support for `InvoiceSettings` on `SubscriptionParams` + ## 76.13.0 - 2024-01-18 * [#1800](https://github.com/stripe/stripe-go/pull/1800) Update generated code * [#1798](https://github.com/stripe/stripe-go/pull/1798) Update generated code diff --git a/VERSION b/VERSION index 2fc7bed142..47464cd466 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -76.13.0 +76.14.0 diff --git a/stripe.go b/stripe.go index 1b0aeac522..7cfadc6f8d 100644 --- a/stripe.go +++ b/stripe.go @@ -1284,7 +1284,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "76.13.0" +const clientversion = "76.14.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