From 0d47341b6f515b866c1ee9cd57e65773218cd8c7 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Fri, 28 Jul 2023 10:11:12 -0700 Subject: [PATCH] Bump version to 74.29.0-beta.1 --- CHANGELOG.md | 13 +++++++++++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 951940fafa..f7dddc05c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 74.29.0-beta.1 - 2023-07-28 +* [#1694](https://github.com/stripe/stripe-go/pull/1694) Update generated code for beta + * Release specs are identical. +* [#1692](https://github.com/stripe/stripe-go/pull/1692) Update generated code for beta + * Add support for new resource `Tax.Form` + * Add support for `Get`, `List`, and `PDF` methods on resource `Form` + * Add support for `PaymentMethodConfiguration` on `CheckoutSessionParams` and `SetupIntentParams` + * Add support for `PaymentMethodConfigurationDetails` on `CheckoutSession` and `SetupIntent` +* [#1690](https://github.com/stripe/stripe-go/pull/1690) Update generated code for beta + * Remove support for values `excluded_territory`, `jurisdiction_unsupported`, and `vat_exempt` from enums `OrderShippingCostTaxesTaxabilityReason`, `OrderTotalDetailsBreakdownTaxesTaxabilityReason`, and `QuotePhaseTotalDetailsBreakdownTaxesTaxabilityReason` + * Add support for new value `ro_tin` on enum `OrderTaxDetailsTaxIdsType` + * Add support for new values `email`, `numeric`, `phone`, and `text` on enum `TerminalReaderActionCollectInputsInputsType` + ## 74.27.0 - 2023-07-20 * [#1691](https://github.com/stripe/stripe-go/pull/1691) Update generated code * Add support for new value `ro_tin` on enums `CheckoutSessionCustomerDetailsTaxIdsType`, `InvoiceCustomerTaxIdsType`, `TaxCalculationCustomerDetailsTaxIdsType`, and `TaxTransactionCustomerDetailsTaxIdsType` diff --git a/VERSION b/VERSION index b19bcc2c3a..97c28f2133 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -74.27.0-beta.1 +74.29.0-beta.1 diff --git a/stripe.go b/stripe.go index 09f99dd357..ed379547fb 100644 --- a/stripe.go +++ b/stripe.go @@ -1266,7 +1266,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "74.27.0-beta.1" +const clientversion = "74.29.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