diff --git a/CHANGELOG.md b/CHANGELOG.md index b29a7ddb5f..f81415de62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 75.3.0 - 2023-08-31 +* [#1722](https://github.com/stripe/stripe-go/pull/1722) Update generated code + * Add support for new resource `AccountSession` + * Add support for `New` method on resource `AccountSession` + * Add support for new values `obligation_inbound`, `obligation_outbound`, `obligation_payout_failure`, `obligation_payout`, `obligation_reversal_inbound`, and `obligation_reversal_outbound` on enum `BalanceTransactionType` + * Change type of `EventType` from `string` to `enum` + * Add support for `Application` on `PaymentLink` + ## 75.2.0 - 2023-08-24 * [#1718](https://github.com/stripe/stripe-go/pull/1718) Update generated code * Add support for `Retention` on `BillingPortalSessionFlowDataSubscriptionCancelParams` and `BillingPortalSessionFlowSubscriptionCancel` diff --git a/VERSION b/VERSION index 6fb022fb48..69b1ecbbae 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -75.2.0 +75.3.0 diff --git a/stripe.go b/stripe.go index 5b17086aa1..4990885bc1 100644 --- a/stripe.go +++ b/stripe.go @@ -1217,7 +1217,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "75.2.0" +const clientversion = "75.3.0" // 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