From 86808ec2e43ba045675ce5112fe030867e40d2c7 Mon Sep 17 00:00:00 2001 From: Richard Marmorstein Date: Thu, 8 Jun 2023 14:50:00 -0700 Subject: [PATCH] Bump version to 74.22.0 --- CHANGELOG.md | 5 +++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31754e1dec..8b099ac5bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 74.22.0 - 2023-06-08 +* [#1670](https://github.com/stripe/stripe-go/pull/1670) Update generated code + * Add support for `TaxabilityReason` on `TaxCalculationTaxBreakdown` +* [#1668](https://github.com/stripe/stripe-go/pull/1668) Remove v71 migration guide, moved to wiki + ## 74.21.0 - 2023-06-01 * [#1664](https://github.com/stripe/stripe-go/pull/1664) Update generated code * Add support for `Numeric` and `Text` on `CheckoutSessionCustomFieldsParams` and `PaymentLinkCustomFieldsParams` diff --git a/VERSION b/VERSION index 9e5bc29105..53d85b9e55 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -74.21.0 +74.22.0 diff --git a/stripe.go b/stripe.go index 719c81981d..e24b7a4840 100644 --- a/stripe.go +++ b/stripe.go @@ -1198,7 +1198,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "74.21.0" +const clientversion = "74.22.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