Skip to content

Commit

Permalink
Bump version to 75.10.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe committed Oct 5, 2023
1 parent 36bdc47 commit 093b9a9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 75.10.0-beta.1 - 2023-10-05
* [#1744](https://github.com/stripe/stripe-go/pull/1744) Update generated code for beta
* Add support for `MarkDraft` and `MarkStale` methods on resource `Quote`
* Remove support for `DraftQuote` and `MarkStaleQuote` methods on resource `Quote`
* Add support for `Liability` on `CheckoutSessionAutomaticTaxParams` and `CheckoutSessionAutomaticTax`
* Add support for `Issuer` on `CheckoutSessionInvoiceCreationInvoiceDataParams` and `CheckoutSessionInvoiceCreationInvoiceData`
* Add support for `InvoiceSettings` on `CheckoutSessionSubscriptionDataParams`
* Add support for `PersonalizationDesign` on `IssuingCardListParams`
* Add support for `AllowBackdatedLines` on `QuoteParams` and `Quote`

## 75.9.0-beta.1 - 2023-09-28
* [#1740](https://github.com/stripe/stripe-go/pull/1740) Update generated code for beta
* Rename resources `Issuing.CardDesign` and `Issuing.CardBundle` to `Issuing.PersonalizationDesign` and `Issuing.PhysicalBundle`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
75.9.0-beta.1
75.10.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.9.0-beta.1"
const clientversion = "75.10.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 093b9a9

Please sign in to comment.