Skip to content

Commit

Permalink
Bump version to 79.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-stripe committed Sep 18, 2024
1 parent a3ed171 commit e9fb4fb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
79.11.0
79.12.0
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9fb4fb

Please sign in to comment.