Skip to content

Commit

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

## 75.4.0-beta.1 - 2023-08-31
* [#1721](https://github.com/stripe/stripe-go/pull/1721) Update generated code for beta
* Rename `quote.PreviewInvoices` and `quote.PreviewSubscriptionSchedules` to `quotepreviewinvoice.List` and `quotepreviewschedule.List`
* Add support for `Components` on `AccountSessionParams` and `AccountSession`

## 75.2.0 - 2023-08-24
* [#1718](https://github.com/stripe/stripe-go/pull/1718) Update generated code
* Add support for `Retention` on `BillingPortalSessionFlowDataSubscriptionCancelParams` and `BillingPortalSessionFlowSubscriptionCancel`
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
75.0.0-beta.1
75.4.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.0.0-beta.1"
const clientversion = "75.4.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 501b28a

Please sign in to comment.