From a9d259e6c348c4a0f09743aa2165595668a5c1cc Mon Sep 17 00:00:00 2001 From: Annie Li Date: Thu, 8 Feb 2024 14:12:44 -0800 Subject: [PATCH] Bump version to 76.17.0-beta.1 --- CHANGELOG.md | 5 +++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7718c0bc58..7a4a97a0b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 76.17.0-beta.1 - 2024-02-08 +* [#1810](https://github.com/stripe/stripe-go/pull/1810) Update generated code for beta + * Add support for `PaymentMethodOptions` on `ConfirmationToken` + * Add support for new value `velobank` on enum `ConfirmationTokenPaymentMethodPreviewP24Bank` + ## 76.16.0-beta.1 - 2024-02-01 * [#1806](https://github.com/stripe/stripe-go/pull/1806) Update generated code for beta * Add support for new resources `Entitlements.Event` and `Entitlements.Feature` diff --git a/VERSION b/VERSION index 0f05a8e38d..259d349b20 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -76.16.0-beta.1 +76.17.0-beta.1 diff --git a/stripe.go b/stripe.go index 06a36935fa..d94a36fd40 100644 --- a/stripe.go +++ b/stripe.go @@ -1361,7 +1361,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "76.16.0-beta.1" +const clientversion = "76.17.0-beta.1" // 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