From abb82a28be0ba509870c186e00e9bd7013ef73ed Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Thu, 6 Apr 2023 13:09:02 -0700 Subject: [PATCH] Bump version to 74.15.0 --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 467fd21b3a..f85f6695aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 74.15.0 - 2023-04-06 +* [#1638](https://github.com/stripe/stripe-go/pull/1638) Update generated code + * Add support for new value `link` on enum `PaymentMethodCardWalletType` + * Add support for `Country` on `PaymentMethodLink` + * Add support for `StatusDetails` on `PaymentMethodUsBankAccount` + ## 74.14.0 - 2023-03-30 * [#1635](https://github.com/stripe/stripe-go/pull/1635) Update generated code * Remove support for `New` method on resource `Tax.Transaction` diff --git a/VERSION b/VERSION index 9c217f3e03..628d6e84a3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -74.14.0 +74.15.0 diff --git a/stripe.go b/stripe.go index 7e9872d44c..8c26c55a65 100644 --- a/stripe.go +++ b/stripe.go @@ -1198,7 +1198,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "74.14.0" +const clientversion = "74.15.0" // 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