diff --git a/CHANGELOG.md b/CHANGELOG.md index d2a9cb53a7..05550de472 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 79.13.0-beta.1 - 2024-09-18 +* [#1920](https://github.com/stripe/stripe-go/pull/1920) Update generated code for beta + * Remove support for resource `QuotePhase` + * Remove support for `Get` and `ListLineItems` methods on resource `QuotePhase` + * Add support for `SendMoney` and `TransferBalance` on `AccountSessionComponentsFinancialAccountFeaturesParams` + * Add support for new value `rechnung` on enum `PaymentLinkPaymentMethodTypes` + ## 79.12.0 - 2024-09-18 * [#1919](https://github.com/stripe/stripe-go/pull/1919) Update generated code * Add support for new value `international_transaction` on enum `TreasuryReceivedDebitFailureCode` diff --git a/VERSION b/VERSION index c7fcd37f8e..c0c1c5f1a0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -79.12.0-beta.1 +79.13.0-beta.1 diff --git a/stripe.go b/stripe.go index a57fc761ac..95937ec766 100644 --- a/stripe.go +++ b/stripe.go @@ -1365,7 +1365,7 @@ func AddBetaVersion(betaName string, betaVersion string) error { // // clientversion is the binding version -const clientversion = "79.12.0-beta.1" +const clientversion = "79.13.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