From 676c541e0f089f571bfa914511575c65bc9afb30 Mon Sep 17 00:00:00 2001 From: Annie Li Date: Thu, 22 Jun 2023 12:47:30 -0700 Subject: [PATCH] Bump version to 74.23.0 --- CHANGELOG.md | 9 +++++++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b099ac5bd..48a9a426bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 74.23.0 - 2023-06-22 +* [#1678](https://github.com/stripe/stripe-go/pull/1678) Update generated code + * Add support for `OnBehalfOf` on `Mandate` +* [#1680](https://github.com/stripe/stripe-go/pull/1680) Deserialization test +* [#1676](https://github.com/stripe/stripe-go/pull/1676) Update generated code + * Release specs are identical. +* [#1672](https://github.com/stripe/stripe-go/pull/1672) Update generated code + * Change type of `FileFileParams` from `string` to `file` + ## 74.22.0 - 2023-06-08 * [#1670](https://github.com/stripe/stripe-go/pull/1670) Update generated code * Add support for `TaxabilityReason` on `TaxCalculationTaxBreakdown` diff --git a/VERSION b/VERSION index 53d85b9e55..8d556e6810 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -74.22.0 +74.23.0 diff --git a/stripe.go b/stripe.go index e24b7a4840..bd8b73e45a 100644 --- a/stripe.go +++ b/stripe.go @@ -1198,7 +1198,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "74.22.0" +const clientversion = "74.23.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