From 2db9730f4c9b7da2a51f25aed38ffb08b261fa51 Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Thu, 22 Dec 2022 17:29:43 -0600 Subject: [PATCH] Bump version to 74.5.0-beta.1 --- CHANGELOG.md | 5 +++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fcad0956b..f544770360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 74.5.0-beta.1 - 2022-12-22 +* [#1587](https://github.com/stripe/stripe-go/pull/1587) API Updates for beta branch + * Updated stable APIs to the latest version + * Move `taxcalculation` package to `tax/calculation` package, and `taxtransaction` package to `tax/transaction` package. + ## 74.4.0 - 2022-12-22 * [#1586](https://github.com/stripe/stripe-go/pull/1586) API Updates * Add support for `UsingMerchantDefault` on `CashBalanceSettings` diff --git a/VERSION b/VERSION index 4980c8e353..1bc73d1afb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -74.4.0-beta.1 +74.5.0-beta.1 diff --git a/stripe.go b/stripe.go index 74508ae7ae..4a0e171d15 100644 --- a/stripe.go +++ b/stripe.go @@ -1198,7 +1198,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "74.4.0-beta.1" +const clientversion = "74.5.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