From 229a333aa8d99cbc86c73f466d91b3865c5d5eac Mon Sep 17 00:00:00 2001 From: Helen Ye Date: Thu, 25 Jul 2024 14:44:20 -0700 Subject: [PATCH] Bump version to 79.6.1-beta.1 --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- stripe.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1838b70192..5a5bcdfde6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog +## 79.6.1-beta.1 - 2024-07-25 +* [#1893](https://github.com/stripe/stripe-go/pull/1893) Update generated code for beta + * Add support for new resources `Billing.AlertTriggered` and `Billing.Alert` + * Add support for `Activate`, `Archive`, `Deactivate`, `Get`, `List`, and `New` methods on resource `Alert` + * Add support for new values `issuing.account_closed_for_not_providing_business_model_clarification`, `issuing.account_closed_for_not_providing_url_clarification`, and `issuing.account_closed_for_not_providing_use_case_clarification` on enum `AccountNoticeReason` + * Add support for `DisplayName` on `TreasuryFinancialAccountParams` and `TreasuryFinancialAccount` + ## 79.6.0-beta.1 - 2024-07-25 * [#1889](https://github.com/stripe/stripe-go/pull/1889) Update generated code for beta diff --git a/VERSION b/VERSION index 1b0b1b78ff..255b65bcb4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -79.6.0-beta.1 +79.6.1-beta.1 diff --git a/stripe.go b/stripe.go index 5c422850b9..94335b572d 100644 --- a/stripe.go +++ b/stripe.go @@ -1364,7 +1364,7 @@ func AddBetaVersion(betaName string, betaVersion string) error { // // clientversion is the binding version -const clientversion = "79.6.0-beta.1" +const clientversion = "79.6.1-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