From 5126b106552089cc364082ee8e96947d2b93a898 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Tue, 8 Nov 2022 12:24:13 -0800 Subject: [PATCH] Bump version to 73.16.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 053bbca5d0..fed6ccf85f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 73.16.0 - 2022-11-08 +* [#1568](https://github.com/stripe/stripe-go/pull/1568) API Updates + * Add support for `ReasonMessage` on `IssuingAuthorizationRequestHistory` + * Add support for new value `webhook_error` on enum `IssuingAuthorizationRequestHistoryReason` + ## 73.15.0 - 2022-11-03 * [#1563](https://github.com/stripe/stripe-go/pull/1563) API Updates * Add support for `OnBehalfOf` on `CheckoutSessionSubscriptionDataParams`, `SubscriptionParams`, `SubscriptionScheduleDefaultSettingsParams`, `SubscriptionScheduleDefaultSettings`, `SubscriptionSchedulePhasesParams`, `SubscriptionSchedulePhases`, and `Subscription` diff --git a/VERSION b/VERSION index e405f3e435..43daa38c69 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -73.15.0 +73.16.0 diff --git a/stripe.go b/stripe.go index 7ae3724f17..23c304df71 100644 --- a/stripe.go +++ b/stripe.go @@ -1198,7 +1198,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "73.15.0" +const clientversion = "73.16.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