From 8105cf609e50365f202fe7ab9d77b7757ea102de Mon Sep 17 00:00:00 2001 From: Annie Li Date: Thu, 13 Jul 2023 15:55:21 -0700 Subject: [PATCH] Bump version to 74.27.0-beta.1 --- CHANGELOG.md | 11 +++++++++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf5064597b..81f14f0aec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 74.27.0-beta.1 - 2023-07-13 +* [#1689](https://github.com/stripe/stripe-go/pull/1689) Update generated code for beta + Release specs are identical. +* [#1687](https://github.com/stripe/stripe-go/pull/1687) Update generated code for beta + * Add support for new resource `PaymentMethodConfiguration` + * Add support for `Get`, `List`, `New`, and `Update` methods on resource `PaymentMethodConfiguration` + * Add support for `PaymentMethodConfiguration` on `PaymentIntentParams` + * Add support for `PaymentMethodConfigurationDetails` on `PaymentIntent` +* [#1685](https://github.com/stripe/stripe-go/pull/1685) Update generated code for beta + + ## 74.26.0 - 2023-07-13 * [#1688](https://github.com/stripe/stripe-go/pull/1688) Update generated code * Add support for new resource `Tax.Settings` diff --git a/VERSION b/VERSION index 1a71c0b40f..b19bcc2c3a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -74.25.0-beta.1 +74.27.0-beta.1 diff --git a/stripe.go b/stripe.go index 447a44893a..09f99dd357 100644 --- a/stripe.go +++ b/stripe.go @@ -1266,7 +1266,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "74.25.0-beta.1" +const clientversion = "74.27.0-beta.1" // 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