Skip to content

Commit

Permalink
Bump version to 76.11.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe committed Dec 22, 2023
1 parent f02ea8e commit 53510f6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 76.11.0-beta.1 - 2023-12-22
* [#1791](https://github.com/stripe/stripe-go/pull/1791) Update generated code for beta
* Add support for `CapitalFinancingPromotion` on `AccountSessionComponentsParams` and `AccountSessionComponents`
* Add support for new value `shipping_address_invalid` on enums `InvoiceLastFinalizationErrorCode`, `PaymentIntentLastPaymentErrorCode`, `SetupAttemptSetupErrorCode`, `SetupIntentLastSetupErrorCode`, and `StripeErrorCode`
* Change type of `InvoiceIssuer` and `SubscriptionScheduleDefaultSettingsInvoiceSettingsIssuer` from `nullable(ConnectAccountReference)` to `ConnectAccountReference`
* Change type of `PaymentLinkSubscriptionDataInvoiceSettings` from `nullable(PaymentLinksResourceSubscriptionDataInvoiceSettings)` to `PaymentLinksResourceSubscriptionDataInvoiceSettings`
* Add support for `ShipFromDetails` on `TaxCalculationParams`, `TaxCalculation`, and `TaxTransaction`

## 76.10.0 - 2023-12-22
* [#1790](https://github.com/stripe/stripe-go/pull/1790) Update generated code
* Add support for `CollectionMethod` on `MandatePaymentMethodDetailsUsBankAccount`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
76.10.0-beta.1
76.11.0-beta.1
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,7 @@ func StringSlice(v []string) []*string {
//

// clientversion is the binding version
const clientversion = "76.10.0-beta.1"
const clientversion = "76.11.0-beta.1"

// 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 53510f6

Please sign in to comment.