diff --git a/CHANGELOG.md b/CHANGELOG.md index f5a42dffb8..d6010a7d91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 74.23.0-beta.1 - 2023-06-08 +* [#1669](https://github.com/stripe/stripe-go/pull/1669) Update generated code for beta + * Updated stable APIs to the latest version + ## 74.22.0-beta.1 - 2023-06-01 * [#1665](https://github.com/stripe/stripe-go/pull/1665) Update generated code for beta * Add support for `SubscriptionDetails` on `Invoice` diff --git a/VERSION b/VERSION index 19e35e3947..9d4b1b2072 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -74.22.0-beta.1 +74.23.0-beta.1 diff --git a/stripe.go b/stripe.go index d5f5bb8a63..b4b623a70f 100644 --- a/stripe.go +++ b/stripe.go @@ -1266,7 +1266,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "74.22.0-beta.1" +const clientversion = "74.23.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