diff --git a/CHANGELOG.md b/CHANGELOG.md index 6145186c15..2d720222cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 78.12.0-beta.1 - 2024-06-13 +* [#1872](https://github.com/stripe/stripe-go/pull/1872) Update generated code for beta + * Add support for new value `de_stn` on enum `OrderTaxDetailsTaxIdsType` + ## 78.11.0 - 2024-06-13 * [#1871](https://github.com/stripe/stripe-go/pull/1871) Update generated code * Add support for `MultibancoPayments` and `TWINTPayments` on `AccountCapabilitiesParams` and `AccountCapabilities` diff --git a/VERSION b/VERSION index 561bd9094c..8e1077b2b6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -78.11.0-beta.1 +78.12.0-beta.1 diff --git a/stripe.go b/stripe.go index 780e74e5b0..2267cae774 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.11.0-beta.1" +const clientversion = "78.12.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