Skip to content

Commit

Permalink
Bump version to 76.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe committed Dec 7, 2023
1 parent 1d55471 commit 2dc8075
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
24 changes: 19 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 76.8.0 - 2023-12-07
* [#1775](https://github.com/stripe/stripe-go/pull/1775) Update generated code
* Add support for `PaymentDetails`, `Payments`, and `Payouts` on `AccountSessionComponentsParams` and `AccountSessionComponents`
* Add support for `Features` on `AccountSessionComponentsAccountOnboardingParams` and `AccountSessionComponentsAccountOnboarding`
* Add support for new values `customer_tax_location_invalid` and `financial_connections_no_successful_transaction_refresh` on enums `InvoiceLastFinalizationErrorCode`, `PaymentIntentLastPaymentErrorCode`, `SetupAttemptSetupErrorCode`, `SetupIntentLastSetupErrorCode`, and `StripeErrorCode`
* Add support for new values `payment_network_reserve_hold` and `payment_network_reserve_release` on enum `BalanceTransactionType`
* Remove support for value `various` from enum `ClimateSupplierRemovalPathway`
* Remove support for values `challenge_only` and `challenge` from enum `PaymentIntentPaymentMethodOptionsCardRequestThreeDSecure`
* Add support for `InactiveMessage` and `Restrictions` on `PaymentLinkParams` and `PaymentLink`
* Add support for `TransferGroup` on `PaymentLinkPaymentIntentDataParams` and `PaymentLinkPaymentIntentData`
* Add support for `TrialSettings` on `PaymentLinkSubscriptionDataParams` and `PaymentLinkSubscriptionData`
* [#1777](https://github.com/stripe/stripe-go/pull/1777) Add back PlanParams.ProductID
* Add back `PlanParams.ProductID`, which was mistakenly removed starting in v73.0.0. `ProductID` allows creation of a plan for an existing product by serializing `product` as a string .

## 76.7.0 - 2023-11-30
* [#1772](https://github.com/stripe/stripe-go/pull/1772) Update generated code
* Add support for new resources `Climate.Order`, `Climate.Product`, and `Climate.Supplier`
Expand Down Expand Up @@ -28,11 +42,11 @@
* [#1768](https://github.com/stripe/stripe-go/pull/1768) Update generated code
* Add support for `Status` on `CheckoutSessionListParams`
* [#1767](https://github.com/stripe/stripe-go/pull/1767) Update generated code
* Add support for `BACSDebitPayments` on `AccountSettingsParams`
* Add support for `ServiceUserNumber` on `AccountSettingsBacsDebitPayments`
* Add support for `CaptureBefore` on `ChargePaymentMethodDetailsCard`
* Add support for `Paypal` on `CheckoutSessionPaymentMethodOptions`
* Add support for `TaxAmounts` on `CreditNoteLinesParams`, `CreditNotePreviewLinesLinesParams`, and `CreditNotePreviewLinesParams`
* Add support for `BACSDebitPayments` on `AccountSettingsParams`
* Add support for `ServiceUserNumber` on `AccountSettingsBacsDebitPayments`
* Add support for `CaptureBefore` on `ChargePaymentMethodDetailsCard`
* Add support for `Paypal` on `CheckoutSessionPaymentMethodOptions`
* Add support for `TaxAmounts` on `CreditNoteLinesParams`, `CreditNotePreviewLinesLinesParams`, and `CreditNotePreviewLinesParams`
* Add support for `NetworkData` on `IssuingTransaction`
* [#1764](https://github.com/stripe/stripe-go/pull/1764) Fix TestDo_RetryOnTimeout flakiness

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
76.7.0
76.8.0
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@ func StringSlice(v []string) []*string {
//

// clientversion is the binding version
const clientversion = "76.7.0"
const clientversion = "76.8.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 2dc8075

Please sign in to comment.