Skip to content

Commit

Permalink
Bump version to 74.29.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe committed Jul 28, 2023
1 parent addcc8f commit 0d47341
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
74.27.0-beta.1
74.29.0-beta.1
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d47341

Please sign in to comment.