diff --git a/CHANGELOG.md b/CHANGELOG.md index 226243eea0..d56d978eb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 78.8.0-beta.1 - 2024-05-16 +* [#1861](https://github.com/stripe/stripe-go/pull/1861) Update generated code for beta + + ## 78.7.0-beta.1 - 2024-05-09 * [#1857](https://github.com/stripe/stripe-go/pull/1857) Update generated code for beta * No new beta features. Merging changes from the main branch. diff --git a/VERSION b/VERSION index 0ec174931c..513b5c1285 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -78.7.0-beta.1 +78.8.0-beta.1 diff --git a/stripe.go b/stripe.go index fc92924a65..858af4edd0 100644 --- a/stripe.go +++ b/stripe.go @@ -1364,7 +1364,7 @@ func AddBetaVersion(betaName string, betaVersion string) error { // // clientversion is the binding version -const clientversion = "78.7.0-beta.1" +const clientversion = "78.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