From 124246af3a3ba52c22b267248c79a115709ee482 Mon Sep 17 00:00:00 2001 From: Prathmesh Ranaut Date: Thu, 18 Jul 2024 16:09:14 -0400 Subject: [PATCH] Bump version to 79.4.0 --- CHANGELOG.md | 8 ++++++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c607829b6..a84c7746ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 79.4.0 - 2024-07-18 +* [#1890](https://github.com/stripe/stripe-go/pull/1890) Update generated code + * Add support for `Customer` on `ConfirmationTokenPaymentMethodPreview` + * Add support for new value `issuing_dispute.funds_rescinded` on enum `EventType` + * Add support for new value `multibanco` on enums `InvoicePaymentSettingsPaymentMethodTypes` and `SubscriptionPaymentSettingsPaymentMethodTypes` + * Add support for new value `stripe_s700` on enum `TerminalReaderDeviceType` +* [#1888](https://github.com/stripe/stripe-go/pull/1888) Update changelog + ## 79.3.0 - 2024-07-11 * [#1886](https://github.com/stripe/stripe-go/pull/1886) Update generated code * ⚠️ Remove support for values `billing_policy_remote_function_response_invalid`, `billing_policy_remote_function_timeout`, `billing_policy_remote_function_unexpected_status_code`, and `billing_policy_remote_function_unreachable` from enums `InvoiceLastFinalizationErrorCode`, `PaymentIntentLastPaymentErrorCode`, `SetupAttemptSetupErrorCode`, `SetupIntentLastSetupErrorCode`, and `StripeErrorCode`. diff --git a/VERSION b/VERSION index ec15f5d7c6..c814477903 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -79.3.0 +79.4.0 diff --git a/stripe.go b/stripe.go index 8032979589..1f66b24f3c 100644 --- a/stripe.go +++ b/stripe.go @@ -1279,7 +1279,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "79.3.0" +const clientversion = "79.4.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