diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d13d51681..b2277ae614 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 81.1.0-beta.3 - 2024-11-14 +* [#1950](https://github.com/stripe/stripe-go/pull/1950) Update generated code for beta + * Add support for `AccountHolderAddress` and `BankAddress` on `FundingInstructionsBankTransferFinancialAddressesIban`, `FundingInstructionsBankTransferFinancialAddressesSortCode`, `FundingInstructionsBankTransferFinancialAddressesSpei`, `FundingInstructionsBankTransferFinancialAddressesZengin`, `PaymentIntentNextActionDisplayBankTransferInstructionsFinancialAddressesIban`, `PaymentIntentNextActionDisplayBankTransferInstructionsFinancialAddressesSortCode`, `PaymentIntentNextActionDisplayBankTransferInstructionsFinancialAddressesSpei`, and `PaymentIntentNextActionDisplayBankTransferInstructionsFinancialAddressesZengin` + * Add support for `AccountHolderName` on `FundingInstructionsBankTransferFinancialAddressesSpei` and `PaymentIntentNextActionDisplayBankTransferInstructionsFinancialAddressesSpei` + ## 81.1.0-beta.2 - 2024-11-07 * [#1949](https://github.com/stripe/stripe-go/pull/1949) Update generated code for beta * Add support for new resources `Issuing.FraudLiabilityDebit`, `PaymentAttemptRecord`, and `PaymentRecord` diff --git a/VERSION b/VERSION index 52ab75695f..4a28ecf1d6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -81.1.0-beta.2 +81.1.0-beta.3 diff --git a/stripe.go b/stripe.go index e8e813a885..b168ef85f3 100644 --- a/stripe.go +++ b/stripe.go @@ -1394,7 +1394,7 @@ func AddBetaVersion(betaName string, betaVersion string) error { // // clientversion is the binding version -const clientversion = "81.1.0-beta.2" +const clientversion = "81.1.0-beta.3" // 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