From 261fbccd6b3cda80203b35b4204cb11c6872f99c Mon Sep 17 00:00:00 2001 From: Annie Li Date: Thu, 22 Jun 2023 13:52:51 -0700 Subject: [PATCH] Bump version to 74.24.0-beta.1 --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40fa2ce70e..b1e2b76ae9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 74.24.0-beta.1 - 2023-06-22 +* [#1677](https://github.com/stripe/stripe-go/pull/1677) Update generated code for beta + * Add support for new resource `CustomerSession` + * Add support for `New` method on resource `CustomerSession` + * Change type of `TaxRegistrationCountryOptionsUsTypeParams` and `TaxRegistrationCountryOptionsUsType` from `literal('state_sales_tax')` to `enum('local_lease_tax'|'state_sales_tax')` + ## 74.23.0 - 2023-06-22 * [#1678](https://github.com/stripe/stripe-go/pull/1678) Update generated code * Add support for `OnBehalfOf` on `Mandate` diff --git a/VERSION b/VERSION index 2d90807883..23fbed3843 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -74.23.0-beta.2 +74.24.0-beta.1 diff --git a/stripe.go b/stripe.go index c5f5deec5d..6b6b7ad525 100644 --- a/stripe.go +++ b/stripe.go @@ -1266,7 +1266,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "74.23.0-beta.2" +const clientversion = "74.24.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