From 6725114c91b27017f8cddd9f416428695e52032d Mon Sep 17 00:00:00 2001 From: Ramya Rao Date: Tue, 16 Apr 2024 08:58:40 -0700 Subject: [PATCH] Bump version to 78.2.0 --- CHANGELOG.md | 9 +++++++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26de93f23f..4c748c236e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 78.2.0 - 2024-04-16 +* [#1847](https://github.com/stripe/stripe-go/pull/1847) Update generated code + * Add support for new resource `Entitlements.ActiveEntitlementSummary` + * Add support for `Balances` and `PayoutsList` on `AccountSessionComponentsParams` and `AccountSessionComponents` + * Add support for new value `entitlements.active_entitlement_summary.updated` on enum `EventType` + * Remove support for `Config` on `ForwardingRequestParams` and `ForwardingRequest`. This field is no longer used by the Forwarding Request API. + * Add support for `CaptureMethod` on `PaymentIntentConfirmPaymentMethodOptionsRevolutPayParams`, `PaymentIntentPaymentMethodOptionsRevolutPayParams`, and `PaymentIntentPaymentMethodOptionsRevolutPay` + * Add support for `Swish` on `PaymentMethodConfigurationParams` and `PaymentMethodConfiguration` + ## 78.1.0 - 2024-04-11 * [#1846](https://github.com/stripe/stripe-go/pull/1846) Update generated code * Add support for `AccountManagement` and `NotificationBanner` on `AccountSessionComponentsParams` and `AccountSessionComponents` diff --git a/VERSION b/VERSION index f26f41190e..26d24460ab 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -78.1.0 +78.2.0 diff --git a/stripe.go b/stripe.go index 9b8b239b78..d7692f1594 100644 --- a/stripe.go +++ b/stripe.go @@ -1279,7 +1279,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "78.1.0" +const clientversion = "78.2.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