Skip to content

Commit

Permalink
Bump version to 75.8.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anniel-stripe committed Sep 21, 2023
1 parent d253dcd commit fc3a301
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

## 75.8.0-beta.1 - 2023-09-21
* [#1737](https://github.com/stripe/stripe-go/pull/1737) Update generated code for beta
* Remove support for `Customer` on `ConfirmationToken`
* Add support for `Issuer` on `InvoiceParams`, `InvoiceUpcomingLinesParams`, `InvoiceUpcomingParams`, `Invoice`, `QuoteInvoiceSettingsParams`, `QuoteInvoiceSettings`, `SubscriptionScheduleDefaultSettingsInvoiceSettingsParams`, `SubscriptionScheduleDefaultSettingsInvoiceSettings`, `SubscriptionSchedulePhasesInvoiceSettingsParams`, and `SubscriptionSchedulePhasesInvoiceSettings`
* Add support for `OnBehalfOf` on `InvoiceUpcomingLinesParams` and `InvoiceUpcomingParams`
* Add support for `Liability` on `InvoiceAutomaticTaxParams`, `InvoiceAutomaticTax`, `InvoiceUpcomingAutomaticTaxParams`, `InvoiceUpcomingLinesAutomaticTaxParams`, `QuoteAutomaticTaxParams`, `QuoteAutomaticTax`, `SubscriptionAutomaticTaxParams`, `SubscriptionAutomaticTax`, `SubscriptionScheduleDefaultSettingsAutomaticTaxParams`, `SubscriptionScheduleDefaultSettingsAutomaticTax`, `SubscriptionSchedulePhasesAutomaticTaxParams`, and `SubscriptionSchedulePhasesAutomaticTax`
* Add support for `InvoiceSettings` on `SubscriptionParams`

## 75.7.0-beta.1 - 2023-09-14
* [#1732](https://github.com/stripe/stripe-go/pull/1732) Update generated code for beta
* Add support for new resource `ConfirmationToken`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
75.7.0-beta.1
75.8.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.7.0-beta.1"
const clientversion = "75.8.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 fc3a301

Please sign in to comment.