Skip to content

Commit

Permalink
Bump version to 75.11.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe committed Oct 11, 2023
1 parent 6b41607 commit 92a039a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 75.11.0-beta.1 - 2023-10-11
* [#1745](https://github.com/stripe/stripe-go/pull/1745) Update generated code for beta
* Add support for new resources `AccountNotice` and `Issuing.CreditUnderwritingRecord`
* Add support for `Get`, `List`, and `Update` methods on resource `AccountNotice`
* Add support for `Correct`, `CreateFromApplication`, `CreateFromProactiveReview`, `Get`, `List`, and `ReportDecision` methods on resource `CreditUnderwritingRecord`
* Change type of `CheckoutSessionAutomaticTaxLiabilityAccount`, `CheckoutSessionInvoiceCreationInvoiceDataIssuerAccount`, `InvoiceAutomaticTaxLiabilityAccount`, `InvoiceIssuerAccount`, `QuoteAutomaticTaxLiabilityAccount`, `QuoteInvoiceSettingsIssuerAccount`, `SubscriptionAutomaticTaxLiabilityAccount`, `SubscriptionScheduleDefaultSettingsAutomaticTaxLiabilityAccount`, `SubscriptionScheduleDefaultSettingsInvoiceSettingsIssuerAccount`, `SubscriptionSchedulePhasesAutomaticTaxLiabilityAccount`, and `SubscriptionSchedulePhasesInvoiceSettingsIssuerAccount` from `nullable(expandable($Account))` to `expandable($Account)`
* Add support for new values `account_notice.created` and `account_notice.updated` on enum `EventType`
* Add support for new values `local_amusement_tax` and `state_communications_tax` on enum `TaxRegistrationCountryOptionsUsType`

## 75.10.0 - 2023-10-11
* [#1746](https://github.com/stripe/stripe-go/pull/1746) Update generated code
* Add support for `RedirectOnCompletion`, `ReturnURL`, and `UIMode` on `CheckoutSessionParams` and `CheckoutSession`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
75.10.0-beta.1
75.11.0-beta.1
2 changes: 1 addition & 1 deletion stripe.go
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,7 @@ func StringSlice(v []string) []*string {
//

// clientversion is the binding version
const clientversion = "75.10.0-beta.1"
const clientversion = "75.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 92a039a

Please sign in to comment.