Skip to content

Commit

Permalink
Bump version to 76.10.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Dec 15, 2023
1 parent 994fd44 commit a64d6e0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 76.10.0-beta.1 - 2023-12-14
* [#1785](https://github.com/stripe/stripe-go/pull/1785) Update generated code for beta
* Add support for `PreviewMode` and `SubscriptionDetails` on `InvoiceUpcomingLinesParams` and `InvoiceUpcomingParams`
* Remove support for `SubscriptionTrialFromPlan` on `InvoiceUpcomingLinesParams` and `InvoiceUpcomingParams`
* Add support for `BillingBehavior`, `EndBehavior`, and `ProrationBehavior` on `InvoiceUpcomingLinesScheduleDetailsParams` and `InvoiceUpcomingScheduleDetailsParams`
* [#1779](https://github.com/stripe/stripe-go/pull/1779) Track usage of `raw_request`

## 76.9.0 - 2023-12-14
* [#1781](https://github.com/stripe/stripe-go/pull/1781) Update generated code
* Add support for `PaymentMethodReuseAgreement` on `CheckoutSessionConsentCollectionParams`, `CheckoutSessionConsentCollection`, `PaymentLinkConsentCollectionParams`, and `PaymentLinkConsentCollection`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
76.9.0-beta.1
76.10.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.9.0-beta.1"
const clientversion = "76.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 a64d6e0

Please sign in to comment.