From 50d4449412310669d2d12307dbc55e9cc6ca8d9d Mon Sep 17 00:00:00 2001 From: David Brownman Date: Thu, 8 Aug 2024 16:57:07 -0700 Subject: [PATCH] Bump version to 79.7.0 --- CHANGELOG.md | 11 +++++++++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8a05db2db..55d7bf3318 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 79.7.0 - 2024-08-08 +* [#1899](https://github.com/stripe/stripe-go/pull/1899) Update generated code + * Add support for `Activate`, `Archive`, `Deactivate`, `Get`, `List`, and `New` methods on resource `Billing.Alert` + * Add support for `Get` method on resource `Tax.Calculation` + * Add support for new value `invalid_mandate_reference_prefix_format` on enums `InvoiceLastFinalizationErrorCode`, `PaymentIntentLastPaymentErrorCode`, `SetupAttemptSetupErrorCode`, `SetupIntentLastSetupErrorCode`, and `StripeErrorCode` + * Add support for `Type` on `ChargePaymentMethodDetailsCardPresentOffline`, `ConfirmationTokenPaymentMethodPreviewCardGeneratedFromPaymentMethodDetailsCardPresentOffline`, `PaymentMethodCardGeneratedFromPaymentMethodDetailsCardPresentOffline`, and `SetupAttemptPaymentMethodDetailsCardPresentOffline` + * Add support for `Offline` on `ConfirmationTokenPaymentMethodPreviewCardPresent` and `PaymentMethodCardPresent` + * Add support for `RelatedCustomer` on `IdentityVerificationSessionListParams`, `IdentityVerificationSessionParams`, and `IdentityVerificationSession` + * Add support for new value `girocard` on enums `PaymentIntentPaymentMethodOptionsCardNetwork`, `SetupIntentPaymentMethodOptionsCardNetwork`, and `SubscriptionPaymentSettingsPaymentMethodOptionsCardNetwork` + * Add support for new value `financial_addresses.aba.forwarding` on enums `TreasuryFinancialAccountActiveFeatures`, `TreasuryFinancialAccountPendingFeatures`, and `TreasuryFinancialAccountRestrictedFeatures` + ## 79.6.0 - 2024-08-01 * [#1897](https://github.com/stripe/stripe-go/pull/1897) Update generated code * Add support for new resources `Billing.AlertTriggered` and `Billing.Alert` diff --git a/VERSION b/VERSION index 09b6437a4d..8de147a040 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -79.6.0 +79.7.0 diff --git a/stripe.go b/stripe.go index f4f9a48beb..513b80f088 100644 --- a/stripe.go +++ b/stripe.go @@ -1280,7 +1280,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "79.6.0" +const clientversion = "79.7.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