From 82b29b18e0d00a2a8da9cf038dbb1c9a7ab1e5bf Mon Sep 17 00:00:00 2001 From: Pavel Krymets <pakrym@stripe.com> Date: Thu, 27 Apr 2023 10:19:25 -0700 Subject: [PATCH] Bump version to 74.17.0-beta.1 --- CHANGELOG.md | 13 +++++++++++-- VERSION | 2 +- stripe.go | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40a7d7e500..5738979681 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 74.17.0-beta.1 - 2023-04-27 +* [#1645](https://github.com/stripe/stripe-go/pull/1645) Update generated code for beta + * Add support for `BillingCycleAnchor` and `ProrationBehavior` on `CheckoutSessionSubscriptionDataParams` + * Add support for `TerminalID` on `IssuingAuthorizationMerchantData` and `IssuingTransactionMerchantData` + * Add support for `Metadata` on `PaymentIntentCaptureParams` + * Add support for `Checks` on `SetupAttemptPaymentMethodDetailsCard` + * Add support for `TaxBreakdown` on `TaxCalculationShippingCost` and `TaxTransactionShippingCost` + * Change type of `TaxRegistrationActiveFromParams` and `TaxRegistrationExpiresAtParams` from `longInteger` to `longInteger | literal('now')` + ## 74.16.0 - 2023-04-27 * [#1644](https://github.com/stripe/stripe-go/pull/1644) Update generated code * Add support for `BillingCycleAnchor` and `ProrationBehavior` on `CheckoutSessionSubscriptionDataParams` @@ -14,8 +23,8 @@ ## 74.16.0-beta.3 - 2023-04-20 * [#1642](https://github.com/stripe/stripe-go/pull/1642) Update generated code for beta - * Add support for `Zip` on `PaymentIntentConfirmPaymentMethodOptionsParams`, `PaymentIntentPaymentMethodOptionsParams`, and `PaymentIntentPaymentMethodOptions` - * Add support for `CountryOptions` on `TaxRegistrationParams` and `TaxRegistration` + * Add support for `Zip` on `PaymentIntentConfirmPaymentMethodOptionsParams`, `PaymentIntentPaymentMethodOptionsParams`, and `PaymentIntentPaymentMethodOptions` + * Add support for `CountryOptions` on `TaxRegistrationParams` and `TaxRegistration` * Remove support for `State` and `Type` on `TaxRegistrationParams` and `TaxRegistration` ## 74.16.0-beta.2 - 2023-04-13 diff --git a/VERSION b/VERSION index b7289dfcc2..a232fed5e0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -74.16.0-beta.3 +74.17.0-beta.1 diff --git a/stripe.go b/stripe.go index bd62ab00b4..d551293645 100644 --- a/stripe.go +++ b/stripe.go @@ -1198,7 +1198,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "74.16.0-beta.3" +const clientversion = "74.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