From 070ad1cc7409fd85317378b4b080b0b0d4bfeb9a Mon Sep 17 00:00:00 2001 From: Ramya Rao Date: Thu, 4 Apr 2024 15:21:47 -0700 Subject: [PATCH] Bump version to 76.24.0 --- CHANGELOG.md | 17 +++++++++++++++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfb6a4c3f6..8628d6e328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 76.24.0 - 2024-04-04 +* [#1838](https://github.com/stripe/stripe-go/pull/1838) Update generated code + * Change type of `CheckoutSessionPaymentMethodOptionsSwishReferenceParams` from `emptyable(string)` to `string` + * Add support for `SubscriptionItem` on `Discount` + * Add support for `Email` and `Phone` on `IdentityVerificationReport`, `IdentityVerificationSessionOptionsParams`, `IdentityVerificationSessionOptions`, and `IdentityVerificationSessionVerifiedOutputs` + * Add support for `VerificationFlow` on `IdentityVerificationReport`, `IdentityVerificationSessionParams`, and `IdentityVerificationSession` + * Add support for new value `verification_flow` on enums `IdentityVerificationReportType` and `IdentityVerificationSessionType` + * Add support for `ProvidedDetails` on `IdentityVerificationSessionParams` and `IdentityVerificationSession` + * Add support for new values `email_unverified_other`, `email_verification_declined`, `phone_unverified_other`, and `phone_verification_declined` on enum `IdentityVerificationSessionLastErrorCode` + * Add support for `PromotionCode` on `InvoiceDiscountsParams`, `InvoiceItemDiscountsParams`, and `QuoteDiscountsParams` + * Add support for `Discounts` on `InvoiceUpcomingLinesSubscriptionItemsParams`, `InvoiceUpcomingSubscriptionItemsParams`, `QuoteLineItemsParams`, `SubscriptionAddInvoiceItemsParams`, `SubscriptionItemParams`, `SubscriptionItem`, `SubscriptionItemsParams`, `SubscriptionParams`, `SubscriptionSchedulePhasesAddInvoiceItemsParams`, `SubscriptionSchedulePhasesAddInvoiceItems`, `SubscriptionSchedulePhasesItemsParams`, `SubscriptionSchedulePhasesItems`, `SubscriptionSchedulePhasesParams`, `SubscriptionSchedulePhases`, and `Subscription` + * Add support for `AllowedMerchantCountries` and `BlockedMerchantCountries` on `IssuingCardSpendingControlsParams`, `IssuingCardSpendingControls`, `IssuingCardholderSpendingControlsParams`, and `IssuingCardholderSpendingControls` + * Add support for `Zip` on `PaymentMethodConfigurationParams` and `PaymentMethodConfiguration` + * Add support for `Offline` on `SetupAttemptPaymentMethodDetailsCardPresent` + * Add support for `CardPresent` on `SetupIntentConfirmPaymentMethodOptionsParams`, `SetupIntentPaymentMethodOptionsParams`, and `SetupIntentPaymentMethodOptions` + * Add support for new value `mobile_phone_reader` on enum `TerminalReaderDeviceType` + ## 76.23.0 - 2024-03-28 * [#1830](https://github.com/stripe/stripe-go/pull/1830) Update generated code * Add support for new resources `Billing.MeterEventAdjustment`, `Billing.MeterEvent`, and `Billing.Meter` diff --git a/VERSION b/VERSION index 4eade4bf16..0e9cf8b8f4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -76.23.0 +76.24.0 diff --git a/stripe.go b/stripe.go index 26f0a09804..8eac07fbd0 100644 --- a/stripe.go +++ b/stripe.go @@ -1283,7 +1283,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "76.23.0" +const clientversion = "76.24.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