diff --git a/CHANGELOG.md b/CHANGELOG.md index b3c29f02f3..9aa2531d57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 76.4.0 - 2023-11-09 +* [#1762](https://github.com/stripe/stripe-go/pull/1762) Update generated code + * Add support for new value `terminal_reader_hardware_fault` on enums `InvoiceLastFinalizationErrorCode`, `PaymentIntentLastPaymentErrorCode`, `SetupAttemptSetupErrorCode`, `SetupIntentLastSetupErrorCode`, and `StripeErrorCode` + * Add support for `Metadata` on `QuoteSubscriptionDataParams` and `QuoteSubscriptionData` + ## 76.3.0 - 2023-11-02 * [#1760](https://github.com/stripe/stripe-go/pull/1760) Update generated code * Add support for new resource `Tax.Registration` diff --git a/VERSION b/VERSION index 20ff4121e6..e4edff8209 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -76.3.0 +76.4.0 diff --git a/stripe.go b/stripe.go index fac3c6fe86..359f209234 100644 --- a/stripe.go +++ b/stripe.go @@ -1226,7 +1226,7 @@ func StringSlice(v []string) []*string { // // clientversion is the binding version -const clientversion = "76.3.0" +const clientversion = "76.4.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