diff --git a/CHANGELOG.md b/CHANGELOG.md index 2381da1ac7..4b9a57a488 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 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` + * Remove support for values `excluded_territory`, `jurisdiction_unsupported`, and `vat_exempt` from enums `CheckoutSessionShippingCostTaxesTaxabilityReason`, `CheckoutSessionTotalDetailsBreakdownTaxesTaxabilityReason`, `CreditNoteShippingCostTaxesTaxabilityReason`, `InvoiceShippingCostTaxesTaxabilityReason`, `LineItemTaxesTaxabilityReason`, `QuoteComputedRecurringTotalDetailsBreakdownTaxesTaxabilityReason`, `QuoteComputedUpfrontTotalDetailsBreakdownTaxesTaxabilityReason`, and `QuoteTotalDetailsBreakdownTaxesTaxabilityReason` + * Add support for `UseStripeSDK` on `SetupIntentConfirmParams` and `SetupIntentParams` + * Add support for new value `service_tax` on enum `TaxRateTaxType` +* [#1688](https://github.com/stripe/stripe-go/pull/1688) Update generated code + * Add support for new resource `Tax.Settings` + * Add support for `Get` and `Update` methods on resource `Settings` + * Add support for new value `invalid_tax_location` on enums `InvoiceLastFinalizationErrorCode`, `PaymentIntentLastPaymentErrorCode`, `SetupAttemptSetupErrorCode`, `SetupIntentLastSetupErrorCode`, and `StripeErrorCode` + * Add support for `OrderID` on `ChargePaymentMethodDetailsAfterpayClearpay` + * Add support for `AllowRedirects` on `PaymentIntentAutomaticPaymentMethodsParams`, `PaymentIntentAutomaticPaymentMethods`, `SetupIntentAutomaticPaymentMethodsParams`, and `SetupIntentAutomaticPaymentMethods` + * Add support for new values `amusement_tax` and `communications_tax` on enums `TaxCalculationLineItemTaxBreakdownTaxRateDetailsTaxType`, `TaxCalculationShippingCostTaxBreakdownTaxRateDetailsTaxType`, `TaxCalculationTaxBreakdownTaxRateDetailsTaxType`, and `TaxTransactionShippingCostTaxBreakdownTaxRateDetailsTaxType` + * Add support for `Product` on `TaxTransactionLineItem` + ## 74.26.0 - 2023-07-13 * [#1688](https://github.com/stripe/stripe-go/pull/1688) Update generated code * Add support for new resource `Tax.Settings` diff --git a/VERSION b/VERSION index a0934411c3..2ae8385c11 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -74.26.0 +74.27.0 diff --git a/stripe.go b/stripe.go index 8ef601f892..c1fab211e8 100644 --- a/stripe.go +++ b/stripe.go @@ -1198,7 +1198,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "74.26.0" +const clientversion = "74.27.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