From 96d9eb694e24d9704164b0113021a21eaf7978e7 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Wed, 31 Aug 2022 08:58:09 -0700 Subject: [PATCH] Bump version to 73.6.0 --- CHANGELOG.md | 4 ++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7728a3407..e435552802 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 73.6.0 - 2022-08-31 +* [#1541](https://github.com/stripe/stripe-go/pull/1541) API Updates + * Add support for `Description` on `PaymentLinkSubscriptionDataParams` and `PaymentLinkSubscriptionData` + ## 73.5.0 - 2022-08-26 * [#1537](https://github.com/stripe/stripe-go/pull/1537) API Updates * Add support for `LoginPage` on `BillingPortalConfigurationParams` and `BillingPortalConfiguration` diff --git a/VERSION b/VERSION index 735772d9d4..7de93e83b0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -73.5.0 +73.6.0 diff --git a/stripe.go b/stripe.go index 662c53502b..befc8c3e62 100644 --- a/stripe.go +++ b/stripe.go @@ -1198,7 +1198,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "73.5.0" +const clientversion = "73.6.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