diff --git a/CHANGELOG.md b/CHANGELOG.md index eb02ae465b..0b3e855ec7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 79.12.0-beta.1 - 2024-09-13 +* [#1911](https://github.com/stripe/stripe-go/pull/1911) Update generated code for beta + * Add support for new resources `Issuing.DisputeSettlementDetail` and `Issuing.Settlement` + * Add support for `Get` and `List` methods on resource `DisputeSettlementDetail` + * Remove support for `List` method on resource `QuotePhase` + * Add support for new values `issuing_dispute_settlement_detail.created`, `issuing_dispute_settlement_detail.updated`, `issuing_settlement.created`, and `issuing_settlement.updated` on enum `EventType` + * Add support for `Settlement` on `IssuingTransactionListParams` and `IssuingTransaction` +* [#1915](https://github.com/stripe/stripe-go/pull/1915) Use pinned version of tools in Makefile and ci.yml (beta) + ## 79.11.0-beta.1 - 2024-09-05 * [#1908](https://github.com/stripe/stripe-go/pull/1908) Update generated code for beta * Add support for new resources `Billing.MeterErrorReport` and `Terminal.ReaderCollectedData` diff --git a/VERSION b/VERSION index 9ce6aaf464..c7fcd37f8e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -79.11.0-beta.1 +79.12.0-beta.1 diff --git a/stripe.go b/stripe.go index 374e330f50..a57fc761ac 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.11.0-beta.1" +const clientversion = "79.12.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