From c238d0c389e94aef7d7694e6e180ee1adbf54e4e Mon Sep 17 00:00:00 2001 From: Dominic Charley-Roy Date: Fri, 18 Mar 2022 14:25:07 -0400 Subject: [PATCH] Bump version to 72.94.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 318f348678..48160e8b18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 72.94.0 - 2022-03-18 +* [#1433](https://github.com/stripe/stripe-go/pull/1433) API Updates + * Add support for `Status` on `Card` +* [#1432](https://github.com/stripe/stripe-go/pull/1432) Add StringSlice example to readme +* [#1324](https://github.com/stripe/stripe-go/pull/1324) Add support for SearchResult objects + ## 72.93.0 - 2022-03-11 * [#1431](https://github.com/stripe/stripe-go/pull/1431) API Updates * Add support for `Mandate` on `ChargePaymentMethodDetailsCard` diff --git a/VERSION b/VERSION index 2e5b3a15a0..81df60b8bd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -72.93.0 +72.94.0 diff --git a/stripe.go b/stripe.go index 1947c01753..65b8384cf4 100644 --- a/stripe.go +++ b/stripe.go @@ -1203,7 +1203,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "72.93.0" +const clientversion = "72.94.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