Skip to content

Commit

Permalink
Bump version to 79.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
helenye-stripe committed Jul 25, 2024
1 parent 0833557 commit 1066bd9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 79.5.0 - 2024-07-25
* [#1896](https://github.com/stripe/stripe-go/pull/1896) Update generated code
* Add support for `TaxRegistrations` and `TaxSettings` on `AccountSessionComponentsParams` and `AccountSessionComponents`
* [#1892](https://github.com/stripe/stripe-go/pull/1892) Update generated code
* Add support for `Update` method on resource `Checkout.Session`
* Add support for `TransactionID` on `ChargePaymentMethodDetailsAffirm`
* Add support for `BuyerID` on `ChargePaymentMethodDetailsBlik`
* Add support for `AuthorizationCode` on `ChargePaymentMethodDetailsCard`
* Add support for `BrandProduct` on `ChargePaymentMethodDetailsCardPresent`, `ConfirmationTokenPaymentMethodPreviewCardGeneratedFromPaymentMethodDetailsCardPresent`, `ConfirmationTokenPaymentMethodPreviewCardPresent`, `PaymentMethodCardGeneratedFromPaymentMethodDetailsCardPresent`, and `PaymentMethodCardPresent`
* Add support for `NetworkTransactionID` on `ChargePaymentMethodDetailsCardPresent`, `ChargePaymentMethodDetailsInteracPresent`, `ConfirmationTokenPaymentMethodPreviewCardGeneratedFromPaymentMethodDetailsCardPresent`, and `PaymentMethodCardGeneratedFromPaymentMethodDetailsCardPresent`
* Add support for `CaseType` on `DisputePaymentMethodDetailsCard`
* Add support for new values `invoice.overdue` and `invoice.will_be_due` on enum `EventType`
* Add support for `TWINT` on `PaymentMethodConfigurationParams` and `PaymentMethodConfiguration`

## 79.4.0 - 2024-07-18
* [#1890](https://github.com/stripe/stripe-go/pull/1890) Update generated code
* Add support for `Customer` on `ConfirmationTokenPaymentMethodPreview`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
79.4.0
79.5.0
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@ func StringSlice(v []string) []*string {
//

// clientversion is the binding version
const clientversion = "79.4.0"
const clientversion = "79.5.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 1066bd9

Please sign in to comment.