diff --git a/CHANGELOG.md b/CHANGELOG.md index 6248e43087..b9557c175a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 79.10.0 - 2024-09-05 +* [#1906](https://github.com/stripe/stripe-go/pull/1906) Update generated code + * Add support for `SubscriptionItem` and `Subscription` on `BillingAlertFilterParams` + ## 79.9.0 - 2024-08-29 * [#1910](https://github.com/stripe/stripe-go/pull/1910) Generate SDK for OpenAPI spec version 1230 * Add support for new value `hr_oib` on enums `CheckoutSessionCustomerDetailsTaxIdsType`, `InvoiceCustomerTaxIdsType`, `TaxCalculationCustomerDetailsTaxIdsType`, `TaxIdType`, and `TaxTransactionCustomerDetailsTaxIdsType` diff --git a/VERSION b/VERSION index 564ca173c6..5e6bb89792 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -79.9.0 +79.10.0 diff --git a/stripe.go b/stripe.go index fb64b02533..48f5f588f4 100644 --- a/stripe.go +++ b/stripe.go @@ -1280,7 +1280,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "79.9.0" +const clientversion = "79.10.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