diff --git a/CHANGELOG.md b/CHANGELOG.md index e316c949a6..c6636e73cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 79.12.0 - 2024-09-18 +* [#1919](https://github.com/stripe/stripe-go/pull/1919) Update generated code + * Add support for new value `international_transaction` on enum `TreasuryReceivedDebitFailureCode` +* [#1918](https://github.com/stripe/stripe-go/pull/1918) Update generated code + * Add support for new value `verification_supportability` on enums `AccountFutureRequirementsErrorsCode`, `AccountRequirementsErrorsCode`, `BankAccountFutureRequirementsErrorsCode`, and `BankAccountRequirementsErrorsCode` + * Add support for new value `terminal_reader_invalid_location_for_activation` on enums `InvoiceLastFinalizationErrorCode`, `PaymentIntentLastPaymentErrorCode`, `SetupAttemptSetupErrorCode`, `SetupIntentLastSetupErrorCode`, and `StripeErrorCode` + * Add support for `PayerDetails` on `ChargePaymentMethodDetailsKlarna` + * Add support for `AmazonPay` on `DisputePaymentMethodDetails` + * Add support for new value `amazon_pay` on enum `DisputePaymentMethodDetailsType` + * Add support for `AutomaticallyFinalizesAt` on `Invoice` + * Add support for `StateSalesTax` on `TaxRegistrationCountryOptionsUsParams` and `TaxRegistrationCountryOptionsUs` + ## 79.11.0 - 2024-09-12 * [#1912](https://github.com/stripe/stripe-go/pull/1912) Update generated code * Add support for new resource `InvoiceRenderingTemplate` @@ -8,8 +20,6 @@ * Add support for `Template` on `CustomerInvoiceSettingsRenderingOptionsParams`, `CustomerInvoiceSettingsRenderingOptions`, `InvoiceRenderingParams`, and `InvoiceRendering` * Add support for `TemplateVersion` on `InvoiceRenderingParams` and `InvoiceRendering` * Add support for new value `submitted` on enum `IssuingCardShippingStatus` -* [#1914](https://github.com/stripe/stripe-go/pull/1914) Add newer Go versions to test matrix -* [#1913](https://github.com/stripe/stripe-go/pull/1913) Use pinned version of tools in Makefile and ci.yml ## 79.10.0 - 2024-09-05 * [#1906](https://github.com/stripe/stripe-go/pull/1906) Update generated code diff --git a/VERSION b/VERSION index b94c5306df..6e94e17a23 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -79.11.0 +79.12.0 diff --git a/stripe.go b/stripe.go index 0c329c955c..74c695d98d 100644 --- a/stripe.go +++ b/stripe.go @@ -1280,7 +1280,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "79.11.0" +const clientversion = "79.12.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